Shades of Emerald #42C464
Tints of Emerald #42C464
RGB
CMYK
RGB Variations
Color information
#42C464 (or 0x42C464) is known color: Emerald. HEX triplet: 42, C4 and 64. RGB value is (66,196,100). Sum of RGB (Red+Green+Blue) = 66+196+100=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #42C464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C464 is #BD3B9B. Grayscale: #929292. Windows color (decimal): -12401564 or 6603842. OLE color: 6603842.
HSL color Cylindrical-coordinate representation of color #42C464: hue angle of 135.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C464 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 100 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.23 |
| HSL | 135.69º | 0.52% | 0.51% | - |
| HSV(B) | 135.69º | 0.66% | 0.77% | - |
| XYZ | 24.29 | 41.56 | 18.8 | - |
| YUV | 146.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 100 | 0.66 | 0 | 0.49 | 0.23 | 135.69 | 0.52 | 0.51 |
| Hex | 42 | C4 | 64 | 42 | 0 | 31 | 17 | 88 | 34 | 33 |
| Octal | 102 | 304 | 144 | 102 | 0 | 61 | 27 | 210 | 64 | 63 |
| Binary | 1000010 | 11000100 | 1100100 | 1000010 | 0 | 110001 | 10111 | 10001000 | 110100 | 110011 |
Color Harmonies of #42C464
Complementary color
Monochromatic Colors of #42C464
Black with #42C464
Text Example
Text Example
White with #42C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C464; }
p { color: rgb(66,196,100); }
H1.HeaderClassName
{
color: #42C464;
}
.AnyTagClassName
{
color: #42C464;
}
</style>
background-color css
<style>
a { background-color: #42C464; }
a { background-color: rgb(66,196,100); }
div.DivClassName
{
background-color: #42C464;
}
.BgClassName
{
background-color: #42C464;
}
</style>
border-color css
<style>
span { border-color: #42C464; }
span { border-color: rgb(66,196,100); }
td.TdClassName
{
border-color: #42C464;
}
.TagClassName
{
border-color: #42C464;
}
</style>