Shades of Emerald #42CB75
Tints of Emerald #42CB75
RGB
CMYK
RGB Variations
Color information
#42CB75 (or 0x42CB75) is known color: Emerald. HEX triplet: 42, CB and 75. RGB value is (66,203,117). Sum of RGB (Red+Green+Blue) = 66+203+117=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB75 is #BD348A. Grayscale: #989898. Windows color (decimal): -12399755 or 7719746. OLE color: 7719746.
HSL color Cylindrical-coordinate representation of color #42CB75: hue angle of 142.34º 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 #42CB75 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 117 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.20 |
| HSL | 142.34º | 0.57% | 0.53% | - |
| HSV(B) | 142.34º | 0.67% | 0.8% | - |
| XYZ | 26.81 | 45.15 | 24.13 | - |
| YUV | 152.23 | 108.11 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 117 | 0.67 | 0 | 0.42 | 0.20 | 142.34 | 0.57 | 0.53 |
| Hex | 42 | CB | 75 | 43 | 0 | 2A | 14 | 8E | 39 | 35 |
| Octal | 102 | 313 | 165 | 103 | 0 | 52 | 24 | 216 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1110101 | 1000011 | 0 | 101010 | 10100 | 10001110 | 111001 | 110101 |
Color Harmonies of #42CB75
Complementary color
Monochromatic Colors of #42CB75
Black with #42CB75
Text Example
Text Example
White with #42CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB75; }
p { color: rgb(66,203,117); }
H1.HeaderClassName
{
color: #42CB75;
}
.AnyTagClassName
{
color: #42CB75;
}
</style>
background-color css
<style>
a { background-color: #42CB75; }
a { background-color: rgb(66,203,117); }
div.DivClassName
{
background-color: #42CB75;
}
.BgClassName
{
background-color: #42CB75;
}
</style>
border-color css
<style>
span { border-color: #42CB75; }
span { border-color: rgb(66,203,117); }
td.TdClassName
{
border-color: #42CB75;
}
.TagClassName
{
border-color: #42CB75;
}
</style>