Shades of Fern #66C066
Tints of Fern #66C066
RGB
CMYK
RGB Variations
Color information
#66C066 (or 0x66C066) is known color: Fern. HEX triplet: 66, C0 and 66. RGB value is (102,192,102). Sum of RGB (Red+Green+Blue) = 102+192+102=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #66C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C066 is #993F99. Grayscale: #9B9B9B. Windows color (decimal): -10043290 or 6733926. OLE color: 6733926.
HSL color Cylindrical-coordinate representation of color #66C066: hue angle of 120º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C066 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 102 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.25 |
| HSL | 120º | 0.42% | 0.58% | - |
| HSV(B) | 120º | 0.47% | 0.75% | - |
| XYZ | 26.73 | 41.48 | 19.17 | - |
| YUV | 154.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 102 | 0.47 | 0 | 0.47 | 0.25 | 120 | 0.42 | 0.58 |
| Hex | 66 | C0 | 66 | 2F | 0 | 2F | 19 | 78 | 2A | 3A |
| Octal | 146 | 300 | 146 | 57 | 0 | 57 | 31 | 170 | 52 | 72 |
| Binary | 1100110 | 11000000 | 1100110 | 101111 | 0 | 101111 | 11001 | 1111000 | 101010 | 111010 |
Color Harmonies of #66C066
Complementary color
Monochromatic Colors of #66C066
Black with #66C066
Text Example
Text Example
White with #66C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C066; }
p { color: rgb(102,192,102); }
H1.HeaderClassName
{
color: #66C066;
}
.AnyTagClassName
{
color: #66C066;
}
</style>
background-color css
<style>
a { background-color: #66C066; }
a { background-color: rgb(102,192,102); }
div.DivClassName
{
background-color: #66C066;
}
.BgClassName
{
background-color: #66C066;
}
</style>
border-color css
<style>
span { border-color: #66C066; }
span { border-color: rgb(102,192,102); }
td.TdClassName
{
border-color: #66C066;
}
.TagClassName
{
border-color: #66C066;
}
</style>