Shades of Fern #66C965
Tints of Fern #66C965
RGB
CMYK
RGB Variations
Color information
#66C965 (or 0x66C965) is known color: Fern. HEX triplet: 66, C9 and 65. RGB value is (102,201,101). Sum of RGB (Red+Green+Blue) = 102+201+101=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #66C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C965 is #99369A. Grayscale: #A0A0A0. Windows color (decimal): -10040987 or 6670694. OLE color: 6670694.
HSL color Cylindrical-coordinate representation of color #66C965: hue angle of 119.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66C965 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 101 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.21 |
| HSL | 119.4º | 0.48% | 0.59% | - |
| HSV(B) | 119.4º | 0.5% | 0.79% | - |
| XYZ | 28.72 | 45.54 | 19.59 | - |
| YUV | 160 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 101 | 0.49 | 0 | 0.50 | 0.21 | 119.4 | 0.48 | 0.59 |
| Hex | 66 | C9 | 65 | 31 | 0 | 32 | 15 | 77 | 30 | 3B |
| Octal | 146 | 311 | 145 | 61 | 0 | 62 | 25 | 167 | 60 | 73 |
| Binary | 1100110 | 11001001 | 1100101 | 110001 | 0 | 110010 | 10101 | 1110111 | 110000 | 111011 |
Color Harmonies of #66C965
Complementary color
Monochromatic Colors of #66C965
Black with #66C965
Text Example
Text Example
White with #66C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C965; }
p { color: rgb(102,201,101); }
H1.HeaderClassName
{
color: #66C965;
}
.AnyTagClassName
{
color: #66C965;
}
</style>
background-color css
<style>
a { background-color: #66C965; }
a { background-color: rgb(102,201,101); }
div.DivClassName
{
background-color: #66C965;
}
.BgClassName
{
background-color: #66C965;
}
</style>
border-color css
<style>
span { border-color: #66C965; }
span { border-color: rgb(102,201,101); }
td.TdClassName
{
border-color: #66C965;
}
.TagClassName
{
border-color: #66C965;
}
</style>