Shades of Fern #66CF5C
Tints of Fern #66CF5C
RGB
CMYK
RGB Variations
Color information
#66CF5C (or 0x66CF5C) is known color: Fern. HEX triplet: 66, CF and 5C. RGB value is (102,207,92). Sum of RGB (Red+Green+Blue) = 102+207+92=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF5C is #9930A3. Grayscale: #A2A2A2. Windows color (decimal): -10039460 or 6082406. OLE color: 6082406.
HSL color Cylindrical-coordinate representation of color #66CF5C: hue angle of 114.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66CF5C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 92 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.19 |
| HSL | 114.78º | 0.55% | 0.59% | - |
| HSV(B) | 114.78º | 0.56% | 0.81% | - |
| XYZ | 29.72 | 48.22 | 17.87 | - |
| YUV | 162.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 92 | 0.51 | 0 | 0.56 | 0.19 | 114.78 | 0.55 | 0.59 |
| Hex | 66 | CF | 5C | 33 | 0 | 38 | 13 | 73 | 37 | 3B |
| Octal | 146 | 317 | 134 | 63 | 0 | 70 | 23 | 163 | 67 | 73 |
| Binary | 1100110 | 11001111 | 1011100 | 110011 | 0 | 111000 | 10011 | 1110011 | 110111 | 111011 |
Color Harmonies of #66CF5C
Complementary color
Monochromatic Colors of #66CF5C
Black with #66CF5C
Text Example
Text Example
White with #66CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF5C; }
p { color: rgb(102,207,92); }
H1.HeaderClassName
{
color: #66CF5C;
}
.AnyTagClassName
{
color: #66CF5C;
}
</style>
background-color css
<style>
a { background-color: #66CF5C; }
a { background-color: rgb(102,207,92); }
div.DivClassName
{
background-color: #66CF5C;
}
.BgClassName
{
background-color: #66CF5C;
}
</style>
border-color css
<style>
span { border-color: #66CF5C; }
span { border-color: rgb(102,207,92); }
td.TdClassName
{
border-color: #66CF5C;
}
.TagClassName
{
border-color: #66CF5C;
}
</style>