Shades of Fern #66C065
Tints of Fern #66C065
RGB
CMYK
RGB Variations
Color information
#66C065 (or 0x66C065) is known color: Fern. HEX triplet: 66, C0 and 65. RGB value is (102,192,101). Sum of RGB (Red+Green+Blue) = 102+192+101=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #66C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C065 is #993F9A. Grayscale: #9A9A9A. Windows color (decimal): -10043291 or 6668390. OLE color: 6668390.
HSL color Cylindrical-coordinate representation of color #66C065: hue angle of 119.34º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C065 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 101 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.25 |
| HSL | 119.34º | 0.42% | 0.57% | - |
| HSV(B) | 119.34º | 0.47% | 0.75% | - |
| XYZ | 26.68 | 41.46 | 18.91 | - |
| YUV | 154.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 101 | 0.47 | 0 | 0.47 | 0.25 | 119.34 | 0.42 | 0.57 |
| Hex | 66 | C0 | 65 | 2F | 0 | 2F | 19 | 77 | 2A | 39 |
| Octal | 146 | 300 | 145 | 57 | 0 | 57 | 31 | 167 | 52 | 71 |
| Binary | 1100110 | 11000000 | 1100101 | 101111 | 0 | 101111 | 11001 | 1110111 | 101010 | 111001 |
Color Harmonies of #66C065
Complementary color
Monochromatic Colors of #66C065
Black with #66C065
Text Example
Text Example
White with #66C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C065; }
p { color: rgb(102,192,101); }
H1.HeaderClassName
{
color: #66C065;
}
.AnyTagClassName
{
color: #66C065;
}
</style>
background-color css
<style>
a { background-color: #66C065; }
a { background-color: rgb(102,192,101); }
div.DivClassName
{
background-color: #66C065;
}
.BgClassName
{
background-color: #66C065;
}
</style>
border-color css
<style>
span { border-color: #66C065; }
span { border-color: rgb(102,192,101); }
td.TdClassName
{
border-color: #66C065;
}
.TagClassName
{
border-color: #66C065;
}
</style>