Shades of Emerald #42CB74
Tints of Emerald #42CB74
RGB
CMYK
RGB Variations
Color information
#42CB74 (or 0x42CB74) is known color: Emerald. HEX triplet: 42, CB and 74. RGB value is (66,203,116). Sum of RGB (Red+Green+Blue) = 66+203+116=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB74 is #BD348B. Grayscale: #989898. Windows color (decimal): -12399756 or 7654210. OLE color: 7654210.
HSL color Cylindrical-coordinate representation of color #42CB74: hue angle of 141.9º 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 #42CB74 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 116 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.20 |
| HSL | 141.9º | 0.57% | 0.53% | - |
| HSV(B) | 141.9º | 0.67% | 0.8% | - |
| XYZ | 26.76 | 45.13 | 23.82 | - |
| YUV | 152.12 | 107.61 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 116 | 0.67 | 0 | 0.43 | 0.20 | 141.9 | 0.57 | 0.53 |
| Hex | 42 | CB | 74 | 43 | 0 | 2B | 14 | 8E | 39 | 35 |
| Octal | 102 | 313 | 164 | 103 | 0 | 53 | 24 | 216 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1110100 | 1000011 | 0 | 101011 | 10100 | 10001110 | 111001 | 110101 |
Color Harmonies of #42CB74
Complementary color
Monochromatic Colors of #42CB74
Black with #42CB74
Text Example
Text Example
White with #42CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB74; }
p { color: rgb(66,203,116); }
H1.HeaderClassName
{
color: #42CB74;
}
.AnyTagClassName
{
color: #42CB74;
}
</style>
background-color css
<style>
a { background-color: #42CB74; }
a { background-color: rgb(66,203,116); }
div.DivClassName
{
background-color: #42CB74;
}
.BgClassName
{
background-color: #42CB74;
}
</style>
border-color css
<style>
span { border-color: #42CB74; }
span { border-color: rgb(66,203,116); }
td.TdClassName
{
border-color: #42CB74;
}
.TagClassName
{
border-color: #42CB74;
}
</style>