Shades of Emerald #42CB58
Tints of Emerald #42CB58
RGB
CMYK
RGB Variations
Color information
#42CB58 (or 0x42CB58) is known color: Emerald. HEX triplet: 42, CB and 58. RGB value is (66,203,88). Sum of RGB (Red+Green+Blue) = 66+203+88=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB58 is #BD34A7. Grayscale: #959595. Windows color (decimal): -12399784 or 5819202. OLE color: 5819202.
HSL color Cylindrical-coordinate representation of color #42CB58: hue angle of 129.64º 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 #42CB58 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 88 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.20 |
| HSL | 129.64º | 0.57% | 0.53% | - |
| HSV(B) | 129.64º | 0.67% | 0.8% | - |
| XYZ | 25.36 | 44.57 | 16.5 | - |
| YUV | 148.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 88 | 0.67 | 0 | 0.57 | 0.20 | 129.64 | 0.57 | 0.53 |
| Hex | 42 | CB | 58 | 43 | 0 | 39 | 14 | 82 | 39 | 35 |
| Octal | 102 | 313 | 130 | 103 | 0 | 71 | 24 | 202 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1011000 | 1000011 | 0 | 111001 | 10100 | 10000010 | 111001 | 110101 |
Color Harmonies of #42CB58
Complementary color
Monochromatic Colors of #42CB58
Black with #42CB58
Text Example
Text Example
White with #42CB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB58; }
p { color: rgb(66,203,88); }
H1.HeaderClassName
{
color: #42CB58;
}
.AnyTagClassName
{
color: #42CB58;
}
</style>
background-color css
<style>
a { background-color: #42CB58; }
a { background-color: rgb(66,203,88); }
div.DivClassName
{
background-color: #42CB58;
}
.BgClassName
{
background-color: #42CB58;
}
</style>
border-color css
<style>
span { border-color: #42CB58; }
span { border-color: rgb(66,203,88); }
td.TdClassName
{
border-color: #42CB58;
}
.TagClassName
{
border-color: #42CB58;
}
</style>