Shades of Fern #66CC5A
Tints of Fern #66CC5A
RGB
CMYK
RGB Variations
Color information
#66CC5A (or 0x66CC5A) is known color: Fern. HEX triplet: 66, CC and 5A. RGB value is (102,204,90). Sum of RGB (Red+Green+Blue) = 102+204+90=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC5A is #9933A5. Grayscale: #A0A0A0. Windows color (decimal): -10040230 or 5950566. OLE color: 5950566.
HSL color Cylindrical-coordinate representation of color #66CC5A: hue angle of 113.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66CC5A is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 90 | - |
| CMYK | 0.5 | 0 | 0.56 | 0.2 |
| HSL | 113.68º | 0.53% | 0.58% | - |
| HSV(B) | 113.68º | 0.56% | 0.8% | - |
| XYZ | 28.92 | 46.75 | 17.17 | - |
| YUV | 160.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 90 | 0.5 | 0 | 0.56 | 0.2 | 113.68 | 0.53 | 0.58 |
| Hex | 66 | CC | 5A | 32 | 0 | 38 | 14 | 72 | 35 | 3A |
| Octal | 146 | 314 | 132 | 62 | 0 | 70 | 24 | 162 | 65 | 72 |
| Binary | 1100110 | 11001100 | 1011010 | 110010 | 0 | 111000 | 10100 | 1110010 | 110101 | 111010 |
Color Harmonies of #66CC5A
Complementary color
Monochromatic Colors of #66CC5A
Black with #66CC5A
Text Example
Text Example
White with #66CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC5A; }
p { color: rgb(102,204,90); }
H1.HeaderClassName
{
color: #66CC5A;
}
.AnyTagClassName
{
color: #66CC5A;
}
</style>
background-color css
<style>
a { background-color: #66CC5A; }
a { background-color: rgb(102,204,90); }
div.DivClassName
{
background-color: #66CC5A;
}
.BgClassName
{
background-color: #66CC5A;
}
</style>
border-color css
<style>
span { border-color: #66CC5A; }
span { border-color: rgb(102,204,90); }
td.TdClassName
{
border-color: #66CC5A;
}
.TagClassName
{
border-color: #66CC5A;
}
</style>