Shades of Emerald #42D263
Tints of Emerald #42D263
RGB
CMYK
RGB Variations
Color information
#42D263 (or 0x42D263) is known color: Emerald. HEX triplet: 42, D2 and 63. RGB value is (66,210,99). Sum of RGB (Red+Green+Blue) = 66+210+99=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #42D263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D263 is #BD2D9C. Grayscale: #9A9A9A. Windows color (decimal): -12397981 or 6541890. OLE color: 6541890.
HSL color Cylindrical-coordinate representation of color #42D263: hue angle of 133.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D263 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 99 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.18 |
| HSL | 133.75º | 0.62% | 0.54% | - |
| HSV(B) | 133.75º | 0.69% | 0.82% | - |
| XYZ | 27.55 | 48.15 | 19.65 | - |
| YUV | 154.29 | 96.79 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 99 | 0.69 | 0 | 0.53 | 0.18 | 133.75 | 0.62 | 0.54 |
| Hex | 42 | D2 | 63 | 45 | 0 | 35 | 12 | 86 | 3E | 36 |
| Octal | 102 | 322 | 143 | 105 | 0 | 65 | 22 | 206 | 76 | 66 |
| Binary | 1000010 | 11010010 | 1100011 | 1000101 | 0 | 110101 | 10010 | 10000110 | 111110 | 110110 |
Color Harmonies of #42D263
Complementary color
Monochromatic Colors of #42D263
Black with #42D263
Text Example
Text Example
White with #42D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D263; }
p { color: rgb(66,210,99); }
H1.HeaderClassName
{
color: #42D263;
}
.AnyTagClassName
{
color: #42D263;
}
</style>
background-color css
<style>
a { background-color: #42D263; }
a { background-color: rgb(66,210,99); }
div.DivClassName
{
background-color: #42D263;
}
.BgClassName
{
background-color: #42D263;
}
</style>
border-color css
<style>
span { border-color: #42D263; }
span { border-color: rgb(66,210,99); }
td.TdClassName
{
border-color: #42D263;
}
.TagClassName
{
border-color: #42D263;
}
</style>