Shades of Fern #66CA77
Tints of Fern #66CA77
RGB
CMYK
RGB Variations
Color information
#66CA77 (or 0x66CA77) is known color: Fern. HEX triplet: 66, CA and 77. RGB value is (102,202,119). Sum of RGB (Red+Green+Blue) = 102+202+119=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA77 is #993588. Grayscale: #A2A2A2. Windows color (decimal): -10040713 or 7850598. OLE color: 7850598.
HSL color Cylindrical-coordinate representation of color #66CA77: hue angle of 130.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CA77 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 119 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.21 |
| HSL | 130.2º | 0.49% | 0.6% | - |
| HSV(B) | 130.2º | 0.5% | 0.79% | - |
| XYZ | 29.93 | 46.4 | 24.83 | - |
| YUV | 162.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 119 | 0.50 | 0 | 0.41 | 0.21 | 130.2 | 0.49 | 0.6 |
| Hex | 66 | CA | 77 | 32 | 0 | 29 | 15 | 82 | 31 | 3C |
| Octal | 146 | 312 | 167 | 62 | 0 | 51 | 25 | 202 | 61 | 74 |
| Binary | 1100110 | 11001010 | 1110111 | 110010 | 0 | 101001 | 10101 | 10000010 | 110001 | 111100 |
Color Harmonies of #66CA77
Complementary color
Monochromatic Colors of #66CA77
Black with #66CA77
Text Example
Text Example
White with #66CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA77; }
p { color: rgb(102,202,119); }
H1.HeaderClassName
{
color: #66CA77;
}
.AnyTagClassName
{
color: #66CA77;
}
</style>
background-color css
<style>
a { background-color: #66CA77; }
a { background-color: rgb(102,202,119); }
div.DivClassName
{
background-color: #66CA77;
}
.BgClassName
{
background-color: #66CA77;
}
</style>
border-color css
<style>
span { border-color: #66CA77; }
span { border-color: rgb(102,202,119); }
td.TdClassName
{
border-color: #66CA77;
}
.TagClassName
{
border-color: #66CA77;
}
</style>