Shades of Emerald #42DF72
Tints of Emerald #42DF72
RGB
CMYK
RGB Variations
Color information
#42DF72 (or 0x42DF72) is known color: Emerald. HEX triplet: 42, DF and 72. RGB value is (66,223,114). Sum of RGB (Red+Green+Blue) = 66+223+114=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DF72 is #BD208D. Grayscale: #A3A3A3. Windows color (decimal): -12394638 or 7528258. OLE color: 7528258.
HSL color Cylindrical-coordinate representation of color #42DF72: hue angle of 138.34º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF72 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 114 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.13 |
| HSL | 138.34º | 0.71% | 0.57% | - |
| HSV(B) | 138.34º | 0.7% | 0.87% | - |
| XYZ | 31.67 | 55.15 | 24.9 | - |
| YUV | 163.63 | 99.99 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 114 | 0.70 | 0 | 0.49 | 0.13 | 138.34 | 0.71 | 0.57 |
| Hex | 42 | DF | 72 | 46 | 0 | 31 | D | 8A | 47 | 39 |
| Octal | 102 | 337 | 162 | 106 | 0 | 61 | 15 | 212 | 107 | 71 |
| Binary | 1000010 | 11011111 | 1110010 | 1000110 | 0 | 110001 | 1101 | 10001010 | 1000111 | 111001 |
Color Harmonies of #42DF72
Complementary color
Monochromatic Colors of #42DF72
Black with #42DF72
Text Example
Text Example
White with #42DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DF72; }
p { color: rgb(66,223,114); }
H1.HeaderClassName
{
color: #42DF72;
}
.AnyTagClassName
{
color: #42DF72;
}
</style>
background-color css
<style>
a { background-color: #42DF72; }
a { background-color: rgb(66,223,114); }
div.DivClassName
{
background-color: #42DF72;
}
.BgClassName
{
background-color: #42DF72;
}
</style>
border-color css
<style>
span { border-color: #42DF72; }
span { border-color: rgb(66,223,114); }
td.TdClassName
{
border-color: #42DF72;
}
.TagClassName
{
border-color: #42DF72;
}
</style>