Shades of Emerald #66D282
Tints of Emerald #66D282
RGB
CMYK
RGB Variations
Color information
#66D282 (or 0x66D282) is known color: Emerald. HEX triplet: 66, D2 and 82. RGB value is (102,210,130). Sum of RGB (Red+Green+Blue) = 102+210+130=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #66D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D282 is #992D7D. Grayscale: #A8A8A8. Windows color (decimal): -10038654 or 8573542. OLE color: 8573542.
HSL color Cylindrical-coordinate representation of color #66D282: hue angle of 135.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D282 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 210 | 130 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.18 |
| HSL | 135.56º | 0.55% | 0.61% | - |
| HSV(B) | 135.56º | 0.51% | 0.82% | - |
| XYZ | 32.56 | 50.53 | 29.16 | - |
| YUV | 168.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 130 | 0.51 | 0 | 0.38 | 0.18 | 135.56 | 0.55 | 0.61 |
| Hex | 66 | D2 | 82 | 33 | 0 | 26 | 12 | 88 | 37 | 3D |
| Octal | 146 | 322 | 202 | 63 | 0 | 46 | 22 | 210 | 67 | 75 |
| Binary | 1100110 | 11010010 | 10000010 | 110011 | 0 | 100110 | 10010 | 10001000 | 110111 | 111101 |
Color Harmonies of #66D282
Complementary color
Monochromatic Colors of #66D282
Black with #66D282
Text Example
Text Example
White with #66D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D282; }
p { color: rgb(102,210,130); }
H1.HeaderClassName
{
color: #66D282;
}
.AnyTagClassName
{
color: #66D282;
}
</style>
background-color css
<style>
a { background-color: #66D282; }
a { background-color: rgb(102,210,130); }
div.DivClassName
{
background-color: #66D282;
}
.BgClassName
{
background-color: #66D282;
}
</style>
border-color css
<style>
span { border-color: #66D282; }
span { border-color: rgb(102,210,130); }
td.TdClassName
{
border-color: #66D282;
}
.TagClassName
{
border-color: #66D282;
}
</style>