Shades of Fern #66CA74
Tints of Fern #66CA74
RGB
CMYK
RGB Variations
Color information
#66CA74 (or 0x66CA74) is known color: Fern. HEX triplet: 66, CA and 74. RGB value is (102,202,116). Sum of RGB (Red+Green+Blue) = 102+202+116=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA74 is #99358B. Grayscale: #A2A2A2. Windows color (decimal): -10040716 or 7653990. OLE color: 7653990.
HSL color Cylindrical-coordinate representation of color #66CA74: hue angle of 128.4º 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 #66CA74 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 116 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.21 |
| HSL | 128.4º | 0.49% | 0.6% | - |
| HSV(B) | 128.4º | 0.5% | 0.79% | - |
| XYZ | 29.75 | 46.33 | 23.9 | - |
| YUV | 162.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 116 | 0.50 | 0 | 0.43 | 0.21 | 128.4 | 0.49 | 0.6 |
| Hex | 66 | CA | 74 | 32 | 0 | 2B | 15 | 80 | 31 | 3C |
| Octal | 146 | 312 | 164 | 62 | 0 | 53 | 25 | 200 | 61 | 74 |
| Binary | 1100110 | 11001010 | 1110100 | 110010 | 0 | 101011 | 10101 | 10000000 | 110001 | 111100 |
Color Harmonies of #66CA74
Complementary color
Monochromatic Colors of #66CA74
Black with #66CA74
Text Example
Text Example
White with #66CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA74; }
p { color: rgb(102,202,116); }
H1.HeaderClassName
{
color: #66CA74;
}
.AnyTagClassName
{
color: #66CA74;
}
</style>
background-color css
<style>
a { background-color: #66CA74; }
a { background-color: rgb(102,202,116); }
div.DivClassName
{
background-color: #66CA74;
}
.BgClassName
{
background-color: #66CA74;
}
</style>
border-color css
<style>
span { border-color: #66CA74; }
span { border-color: rgb(102,202,116); }
td.TdClassName
{
border-color: #66CA74;
}
.TagClassName
{
border-color: #66CA74;
}
</style>