Shades of Fern #66C95B
Tints of Fern #66C95B
RGB
CMYK
RGB Variations
Color information
#66C95B (or 0x66C95B) is known color: Fern. HEX triplet: 66, C9 and 5B. RGB value is (102,201,91). Sum of RGB (Red+Green+Blue) = 102+201+91=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #66C95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C95B is #9936A4. Grayscale: #9F9F9F. Windows color (decimal): -10040997 or 6015334. OLE color: 6015334.
HSL color Cylindrical-coordinate representation of color #66C95B: hue angle of 114º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66C95B is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 91 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.21 |
| HSL | 114º | 0.5% | 0.57% | - |
| HSV(B) | 114º | 0.55% | 0.79% | - |
| XYZ | 28.25 | 45.35 | 17.16 | - |
| YUV | 158.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 91 | 0.49 | 0 | 0.55 | 0.21 | 114 | 0.5 | 0.57 |
| Hex | 66 | C9 | 5B | 31 | 0 | 37 | 15 | 72 | 32 | 39 |
| Octal | 146 | 311 | 133 | 61 | 0 | 67 | 25 | 162 | 62 | 71 |
| Binary | 1100110 | 11001001 | 1011011 | 110001 | 0 | 110111 | 10101 | 1110010 | 110010 | 111001 |
Color Harmonies of #66C95B
Complementary color
Monochromatic Colors of #66C95B
Black with #66C95B
Text Example
Text Example
White with #66C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C95B; }
p { color: rgb(102,201,91); }
H1.HeaderClassName
{
color: #66C95B;
}
.AnyTagClassName
{
color: #66C95B;
}
</style>
background-color css
<style>
a { background-color: #66C95B; }
a { background-color: rgb(102,201,91); }
div.DivClassName
{
background-color: #66C95B;
}
.BgClassName
{
background-color: #66C95B;
}
</style>
border-color css
<style>
span { border-color: #66C95B; }
span { border-color: rgb(102,201,91); }
td.TdClassName
{
border-color: #66C95B;
}
.TagClassName
{
border-color: #66C95B;
}
</style>