Shades of Fern #66C975
Tints of Fern #66C975
RGB
CMYK
RGB Variations
Color information
#66C975 (or 0x66C975) is known color: Fern. HEX triplet: 66, C9 and 75. RGB value is (102,201,117). Sum of RGB (Red+Green+Blue) = 102+201+117=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #66C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C975 is #99368A. Grayscale: #A2A2A2. Windows color (decimal): -10040971 or 7719270. OLE color: 7719270.
HSL color Cylindrical-coordinate representation of color #66C975: hue angle of 129.09º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C975 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 117 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.21 |
| HSL | 129.09º | 0.48% | 0.59% | - |
| HSV(B) | 129.09º | 0.49% | 0.79% | - |
| XYZ | 29.58 | 45.88 | 24.13 | - |
| YUV | 161.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 117 | 0.49 | 0 | 0.42 | 0.21 | 129.09 | 0.48 | 0.59 |
| Hex | 66 | C9 | 75 | 31 | 0 | 2A | 15 | 81 | 30 | 3B |
| Octal | 146 | 311 | 165 | 61 | 0 | 52 | 25 | 201 | 60 | 73 |
| Binary | 1100110 | 11001001 | 1110101 | 110001 | 0 | 101010 | 10101 | 10000001 | 110000 | 111011 |
Color Harmonies of #66C975
Complementary color
Monochromatic Colors of #66C975
Black with #66C975
Text Example
Text Example
White with #66C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C975; }
p { color: rgb(102,201,117); }
H1.HeaderClassName
{
color: #66C975;
}
.AnyTagClassName
{
color: #66C975;
}
</style>
background-color css
<style>
a { background-color: #66C975; }
a { background-color: rgb(102,201,117); }
div.DivClassName
{
background-color: #66C975;
}
.BgClassName
{
background-color: #66C975;
}
</style>
border-color css
<style>
span { border-color: #66C975; }
span { border-color: rgb(102,201,117); }
td.TdClassName
{
border-color: #66C975;
}
.TagClassName
{
border-color: #66C975;
}
</style>