Shades of Emerald #66D581
Tints of Emerald #66D581
RGB
CMYK
RGB Variations
Color information
#66D581 (or 0x66D581) is known color: Emerald. HEX triplet: 66, D5 and 81. RGB value is (102,213,129). Sum of RGB (Red+Green+Blue) = 102+213+129=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #66D581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D581 is #992A7E. Grayscale: #AAAAAA. Windows color (decimal): -10037887 or 8508774. OLE color: 8508774.
HSL color Cylindrical-coordinate representation of color #66D581: hue angle of 134.59º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D581 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 129 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.16 |
| HSL | 134.59º | 0.57% | 0.62% | - |
| HSV(B) | 134.59º | 0.52% | 0.84% | - |
| XYZ | 33.24 | 52 | 29.05 | - |
| YUV | 170.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 129 | 0.52 | 0 | 0.39 | 0.16 | 134.59 | 0.57 | 0.62 |
| Hex | 66 | D5 | 81 | 34 | 0 | 27 | 10 | 87 | 39 | 3E |
| Octal | 146 | 325 | 201 | 64 | 0 | 47 | 20 | 207 | 71 | 76 |
| Binary | 1100110 | 11010101 | 10000001 | 110100 | 0 | 100111 | 10000 | 10000111 | 111001 | 111110 |
Color Harmonies of #66D581
Complementary color
Monochromatic Colors of #66D581
Black with #66D581
Text Example
Text Example
White with #66D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D581; }
p { color: rgb(102,213,129); }
H1.HeaderClassName
{
color: #66D581;
}
.AnyTagClassName
{
color: #66D581;
}
</style>
background-color css
<style>
a { background-color: #66D581; }
a { background-color: rgb(102,213,129); }
div.DivClassName
{
background-color: #66D581;
}
.BgClassName
{
background-color: #66D581;
}
</style>
border-color css
<style>
span { border-color: #66D581; }
span { border-color: rgb(102,213,129); }
td.TdClassName
{
border-color: #66D581;
}
.TagClassName
{
border-color: #66D581;
}
</style>