Shades of Fern #66CC68
Tints of Fern #66CC68
RGB
CMYK
RGB Variations
Color information
#66CC68 (or 0x66CC68) is known color: Fern. HEX triplet: 66, CC and 68. RGB value is (102,204,104). Sum of RGB (Red+Green+Blue) = 102+204+104=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC68 is #993397. Grayscale: #A2A2A2. Windows color (decimal): -10040216 or 6868070. OLE color: 6868070.
HSL color Cylindrical-coordinate representation of color #66CC68: hue angle of 121.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC68 is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 104 | - |
| CMYK | 0.5 | 0 | 0.49 | 0.2 |
| HSL | 121.18º | 0.5% | 0.6% | - |
| HSV(B) | 121.18º | 0.5% | 0.8% | - |
| XYZ | 29.57 | 47.01 | 20.61 | - |
| YUV | 162.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 104 | 0.5 | 0 | 0.49 | 0.2 | 121.18 | 0.5 | 0.6 |
| Hex | 66 | CC | 68 | 32 | 0 | 31 | 14 | 79 | 32 | 3C |
| Octal | 146 | 314 | 150 | 62 | 0 | 61 | 24 | 171 | 62 | 74 |
| Binary | 1100110 | 11001100 | 1101000 | 110010 | 0 | 110001 | 10100 | 1111001 | 110010 | 111100 |
Color Harmonies of #66CC68
Complementary color
Monochromatic Colors of #66CC68
Black with #66CC68
Text Example
Text Example
White with #66CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC68; }
p { color: rgb(102,204,104); }
H1.HeaderClassName
{
color: #66CC68;
}
.AnyTagClassName
{
color: #66CC68;
}
</style>
background-color css
<style>
a { background-color: #66CC68; }
a { background-color: rgb(102,204,104); }
div.DivClassName
{
background-color: #66CC68;
}
.BgClassName
{
background-color: #66CC68;
}
</style>
border-color css
<style>
span { border-color: #66CC68; }
span { border-color: rgb(102,204,104); }
td.TdClassName
{
border-color: #66CC68;
}
.TagClassName
{
border-color: #66CC68;
}
</style>