Shades of Emerald #42D35B
Tints of Emerald #42D35B
RGB
CMYK
RGB Variations
Color information
#42D35B (or 0x42D35B) is known color: Emerald. HEX triplet: 42, D3 and 5B. RGB value is (66,211,91). Sum of RGB (Red+Green+Blue) = 66+211+91=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #42D35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D35B is #BD2CA4. Grayscale: #9A9A9A. Windows color (decimal): -12397733 or 6017858. OLE color: 6017858.
HSL color Cylindrical-coordinate representation of color #42D35B: hue angle of 130.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D35B is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 91 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.17 |
| HSL | 130.34º | 0.62% | 0.54% | - |
| HSV(B) | 130.34º | 0.69% | 0.83% | - |
| XYZ | 27.43 | 48.5 | 17.81 | - |
| YUV | 153.97 | 92.46 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 91 | 0.69 | 0 | 0.57 | 0.17 | 130.34 | 0.62 | 0.54 |
| Hex | 42 | D3 | 5B | 45 | 0 | 39 | 11 | 82 | 3E | 36 |
| Octal | 102 | 323 | 133 | 105 | 0 | 71 | 21 | 202 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1011011 | 1000101 | 0 | 111001 | 10001 | 10000010 | 111110 | 110110 |
Color Harmonies of #42D35B
Complementary color
Monochromatic Colors of #42D35B
Black with #42D35B
Text Example
Text Example
White with #42D35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D35B; }
p { color: rgb(66,211,91); }
H1.HeaderClassName
{
color: #42D35B;
}
.AnyTagClassName
{
color: #42D35B;
}
</style>
background-color css
<style>
a { background-color: #42D35B; }
a { background-color: rgb(66,211,91); }
div.DivClassName
{
background-color: #42D35B;
}
.BgClassName
{
background-color: #42D35B;
}
</style>
border-color css
<style>
span { border-color: #42D35B; }
span { border-color: rgb(66,211,91); }
td.TdClassName
{
border-color: #42D35B;
}
.TagClassName
{
border-color: #42D35B;
}
</style>