Shades of Fern #66C46A
Tints of Fern #66C46A
RGB
CMYK
RGB Variations
Color information
#66C46A (or 0x66C46A) is known color: Fern. HEX triplet: 66, C4 and 6A. RGB value is (102,196,106). Sum of RGB (Red+Green+Blue) = 102+196+106=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #66C46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C46A is #993B95. Grayscale: #9D9D9D. Windows color (decimal): -10042262 or 6997094. OLE color: 6997094.
HSL color Cylindrical-coordinate representation of color #66C46A: hue angle of 122.55º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C46A is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 196 | 106 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.23 |
| HSL | 122.55º | 0.44% | 0.58% | - |
| HSV(B) | 122.55º | 0.48% | 0.77% | - |
| XYZ | 27.82 | 43.35 | 20.54 | - |
| YUV | 157.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 196 | 106 | 0.48 | 0 | 0.46 | 0.23 | 122.55 | 0.44 | 0.58 |
| Hex | 66 | C4 | 6A | 30 | 0 | 2E | 17 | 7B | 2C | 3A |
| Octal | 146 | 304 | 152 | 60 | 0 | 56 | 27 | 173 | 54 | 72 |
| Binary | 1100110 | 11000100 | 1101010 | 110000 | 0 | 101110 | 10111 | 1111011 | 101100 | 111010 |
Color Harmonies of #66C46A
Complementary color
Monochromatic Colors of #66C46A
Black with #66C46A
Text Example
Text Example
White with #66C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C46A; }
p { color: rgb(102,196,106); }
H1.HeaderClassName
{
color: #66C46A;
}
.AnyTagClassName
{
color: #66C46A;
}
</style>
background-color css
<style>
a { background-color: #66C46A; }
a { background-color: rgb(102,196,106); }
div.DivClassName
{
background-color: #66C46A;
}
.BgClassName
{
background-color: #66C46A;
}
</style>
border-color css
<style>
span { border-color: #66C46A; }
span { border-color: rgb(102,196,106); }
td.TdClassName
{
border-color: #66C46A;
}
.TagClassName
{
border-color: #66C46A;
}
</style>