Shades of Emerald #42CB81
Tints of Emerald #42CB81
RGB
CMYK
RGB Variations
Color information
#42CB81 (or 0x42CB81) is known color: Emerald. HEX triplet: 42, CB and 81. RGB value is (66,203,129). Sum of RGB (Red+Green+Blue) = 66+203+129=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB81 is #BD347E. Grayscale: #999999. Windows color (decimal): -12399743 or 8506178. OLE color: 8506178.
HSL color Cylindrical-coordinate representation of color #42CB81: hue angle of 147.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB81 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 129 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.20 |
| HSL | 147.59º | 0.57% | 0.53% | - |
| HSV(B) | 147.59º | 0.67% | 0.8% | - |
| XYZ | 27.57 | 45.46 | 28.09 | - |
| YUV | 153.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 129 | 0.67 | 0 | 0.36 | 0.20 | 147.59 | 0.57 | 0.53 |
| Hex | 42 | CB | 81 | 43 | 0 | 24 | 14 | 94 | 39 | 35 |
| Octal | 102 | 313 | 201 | 103 | 0 | 44 | 24 | 224 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10000001 | 1000011 | 0 | 100100 | 10100 | 10010100 | 111001 | 110101 |
Color Harmonies of #42CB81
Complementary color
Monochromatic Colors of #42CB81
Black with #42CB81
Text Example
Text Example
White with #42CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB81; }
p { color: rgb(66,203,129); }
H1.HeaderClassName
{
color: #42CB81;
}
.AnyTagClassName
{
color: #42CB81;
}
</style>
background-color css
<style>
a { background-color: #42CB81; }
a { background-color: rgb(66,203,129); }
div.DivClassName
{
background-color: #42CB81;
}
.BgClassName
{
background-color: #42CB81;
}
</style>
border-color css
<style>
span { border-color: #42CB81; }
span { border-color: rgb(66,203,129); }
td.TdClassName
{
border-color: #42CB81;
}
.TagClassName
{
border-color: #42CB81;
}
</style>