Shades of Fern #66C375
Tints of Fern #66C375
RGB
CMYK
RGB Variations
Color information
#66C375 (or 0x66C375) is known color: Fern. HEX triplet: 66, C3 and 75. RGB value is (102,195,117). Sum of RGB (Red+Green+Blue) = 102+195+117=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #66C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C375 is #993C8A. Grayscale: #9E9E9E. Windows color (decimal): -10042507 or 7717734. OLE color: 7717734.
HSL color Cylindrical-coordinate representation of color #66C375: hue angle of 129.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C375 is Cyan = 0.48, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 117 | - |
| CMYK | 0.48 | 0 | 0.4 | 0.24 |
| HSL | 129.68º | 0.44% | 0.58% | - |
| HSV(B) | 129.68º | 0.48% | 0.76% | - |
| XYZ | 28.21 | 43.14 | 23.67 | - |
| YUV | 158.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 117 | 0.48 | 0 | 0.4 | 0.24 | 129.68 | 0.44 | 0.58 |
| Hex | 66 | C3 | 75 | 30 | 0 | 28 | 18 | 82 | 2C | 3A |
| Octal | 146 | 303 | 165 | 60 | 0 | 50 | 30 | 202 | 54 | 72 |
| Binary | 1100110 | 11000011 | 1110101 | 110000 | 0 | 101000 | 11000 | 10000010 | 101100 | 111010 |
Color Harmonies of #66C375
Complementary color
Monochromatic Colors of #66C375
Black with #66C375
Text Example
Text Example
White with #66C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C375; }
p { color: rgb(102,195,117); }
H1.HeaderClassName
{
color: #66C375;
}
.AnyTagClassName
{
color: #66C375;
}
</style>
background-color css
<style>
a { background-color: #66C375; }
a { background-color: rgb(102,195,117); }
div.DivClassName
{
background-color: #66C375;
}
.BgClassName
{
background-color: #66C375;
}
</style>
border-color css
<style>
span { border-color: #66C375; }
span { border-color: rgb(102,195,117); }
td.TdClassName
{
border-color: #66C375;
}
.TagClassName
{
border-color: #66C375;
}
</style>