COLOR #99FF66

HEX: #99FF66
RGB: (153,255,102)

Renk bilgisi

#99FF66 contains mainly green color. #99FF66 color is web safe color. It maybe written shortly as #9F6.

RGB renk modeli

#99FF66 color RGB value is (153,255,102).

  • kırmız ton 153;
  • yeşil ton 255;
  • mavi ton 102.
RGB:
(153,255,102)
(60%,100%,40%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 255 of 255 = 100%
B 102 of 255 = 40%

153
255
102

R + G + B ~ 67%. #99FF66 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 255 + 102 = 510 (100%)
R 153 of 510 ~ 30%
G 255 of 510 ~ 50%
B 102 of 510 ~ 20%

%30
%50
%20

CMYK RENK MODELİ

#99FF66 rengi CMYK tonu (40,0,60,0).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 0.00%
CMYK:
(40,0,60,0)
C40M0Y60K0 
(40%,0%,60%,0%)
(0.40/0.00/0.60/0.00)	

CMYK yüzdeleri

%40
%0
%60
%0

Codes

Color #99FF66 in popluar color models

99FF66
RGB153255102
HSL100°100.00%70.00%
HSB/HSV100°60.00%100.00%
CMYK40.00%0.00%60.00%
0.00%

Color #99FF66 in popluar number systems.

HEX99FF66
Decimal153255102
Binary10011001111111111100110
Octal231377146

Shades and tints

Shades of #99FF66

#99FF66
(153,255,102)
#8CE85D
(140,232,93)
#7FD154
(127,209,84)
#72BA4B
(114,186,75)
#65A342
(101,163,66)
#588C39
(88,140,57)
#4B7530
(75,117,48)
#3E5E27
(62,94,39)
#31471E
(49,71,30)
#243015
(36,48,21)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #99FF66

#99FF66
(153,255,102)
#A2FF73
(162,255,115)
#ABFF80
(171,255,128)
#B4FF8D
(180,255,141)
#BDFF9A
(189,255,154)
#C6FFA7
(198,255,167)
#CFFFB4
(207,255,180)
#D8FFC1
(216,255,193)
#E1FFCE
(225,255,206)
#EAFFDB
(234,255,219)
#F3FFE8
(243,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99FF66 color. Also use rgb(153,255,102) instead hex code.

Text Font Color

.myTextColor { color: #99FF66; }

<p style="color:#99FF66">This sample text font color is #99FF66.</p>

This text font color is #99FF66.


Background Color

.myBgColor { background-color: #99FF66; }

<div style="background-color:#99FF66">Inner text</div>

This div background color is #99FF66.


Border color

.myBorderColor { border: 1px solid #99FF66; }

<div style="border:3px solid #99FF66">Div</div>

This div border color is #99FF66.


Opacity

.myOpacity80 { color: #99FF66; opacity: 0.8; }

<p style="color:#99FF66;opacity:0.8;">80%</p>

Text with #99FF66 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99FF66;}

<p style="text-shadow: 3px 3px 1px #99FF66">Text here.</p>

This text has shadow with #99FF66 color.

.textShadow {text-shadow: 3px 3px 1px #99FF66, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99FF66, 5px 5px 20px red">Text here.</p>

This text has shadow with #99FF66 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99FF66, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99FF66, Direction=45, Strength=4)">Text</p>

This text has shadow with #99FF66 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #99FF66;
  -webkit-box-shadow:	1px 1px 3px 2px #99FF66;
  box-shadow:		1px 1px 3px 2px #99FF66;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99FF66;
-webkit-box-shadow: 1px 1px 3px 2px #99FF66;
box-shadow:1px 1px 3px 2px #99FF66;">
Div content here</div>
This div box has shadow with color #99FF66.

Preview

Color preview on black background

This text has color #99FF66 on black background.


Color preview on white background

This text has color #99FF66 on white background.



Black color preview on #99FF66 background

This text has black color on #99FF66 background.


White color preview on #99FF66 background

This text has white color on #99FF66 background.