Shades of Fern #66CC76
Tints of Fern #66CC76
RGB
CMYK
RGB Variations
Color information
#66CC76 (or 0x66CC76) is known color: Fern. HEX triplet: 66, CC and 76. RGB value is (102,204,118). Sum of RGB (Red+Green+Blue) = 102+204+118=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC76 is #993389. Grayscale: #A3A3A3. Windows color (decimal): -10040202 or 7785574. OLE color: 7785574.
HSL color Cylindrical-coordinate representation of color #66CC76: hue angle of 129.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC76 is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 118 | - |
| CMYK | 0.5 | 0 | 0.42 | 0.2 |
| HSL | 129.41º | 0.5% | 0.6% | - |
| HSV(B) | 129.41º | 0.5% | 0.8% | - |
| XYZ | 30.34 | 47.32 | 24.67 | - |
| YUV | 163.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 118 | 0.5 | 0 | 0.42 | 0.2 | 129.41 | 0.5 | 0.6 |
| Hex | 66 | CC | 76 | 32 | 0 | 2A | 14 | 81 | 32 | 3C |
| Octal | 146 | 314 | 166 | 62 | 0 | 52 | 24 | 201 | 62 | 74 |
| Binary | 1100110 | 11001100 | 1110110 | 110010 | 0 | 101010 | 10100 | 10000001 | 110010 | 111100 |
Color Harmonies of #66CC76
Complementary color
Monochromatic Colors of #66CC76
Black with #66CC76
Text Example
Text Example
White with #66CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC76; }
p { color: rgb(102,204,118); }
H1.HeaderClassName
{
color: #66CC76;
}
.AnyTagClassName
{
color: #66CC76;
}
</style>
background-color css
<style>
a { background-color: #66CC76; }
a { background-color: rgb(102,204,118); }
div.DivClassName
{
background-color: #66CC76;
}
.BgClassName
{
background-color: #66CC76;
}
</style>
border-color css
<style>
span { border-color: #66CC76; }
span { border-color: rgb(102,204,118); }
td.TdClassName
{
border-color: #66CC76;
}
.TagClassName
{
border-color: #66CC76;
}
</style>