Shades of Fern #66C76F
Tints of Fern #66C76F
RGB
CMYK
RGB Variations
Color information
#66C76F (or 0x66C76F) is known color: Fern. HEX triplet: 66, C7 and 6F. RGB value is (102,199,111). Sum of RGB (Red+Green+Blue) = 102+199+111=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #66C76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C76F is #993890. Grayscale: #A0A0A0. Windows color (decimal): -10041489 or 7325542. OLE color: 7325542.
HSL color Cylindrical-coordinate representation of color #66C76F: hue angle of 125.57º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C76F is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 199 | 111 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.22 |
| HSL | 125.57º | 0.46% | 0.59% | - |
| HSV(B) | 125.57º | 0.49% | 0.78% | - |
| XYZ | 28.77 | 44.82 | 22.17 | - |
| YUV | 159.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 199 | 111 | 0.49 | 0 | 0.44 | 0.22 | 125.57 | 0.46 | 0.59 |
| Hex | 66 | C7 | 6F | 31 | 0 | 2C | 16 | 7E | 2E | 3B |
| Octal | 146 | 307 | 157 | 61 | 0 | 54 | 26 | 176 | 56 | 73 |
| Binary | 1100110 | 11000111 | 1101111 | 110001 | 0 | 101100 | 10110 | 1111110 | 101110 | 111011 |
Color Harmonies of #66C76F
Complementary color
Monochromatic Colors of #66C76F
Black with #66C76F
Text Example
Text Example
White with #66C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C76F; }
p { color: rgb(102,199,111); }
H1.HeaderClassName
{
color: #66C76F;
}
.AnyTagClassName
{
color: #66C76F;
}
</style>
background-color css
<style>
a { background-color: #66C76F; }
a { background-color: rgb(102,199,111); }
div.DivClassName
{
background-color: #66C76F;
}
.BgClassName
{
background-color: #66C76F;
}
</style>
border-color css
<style>
span { border-color: #66C76F; }
span { border-color: rgb(102,199,111); }
td.TdClassName
{
border-color: #66C76F;
}
.TagClassName
{
border-color: #66C76F;
}
</style>