Shades of Emerald #42C367
Tints of Emerald #42C367
RGB
CMYK
RGB Variations
Color information
#42C367 (or 0x42C367) is known color: Emerald. HEX triplet: 42, C3 and 67. RGB value is (66,195,103). Sum of RGB (Red+Green+Blue) = 66+195+103=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #42C367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C367 is #BD3C98. Grayscale: #929292. Windows color (decimal): -12401817 or 6800194. OLE color: 6800194.
HSL color Cylindrical-coordinate representation of color #42C367: hue angle of 137.21º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C367 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 103 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.24 |
| HSL | 137.21º | 0.52% | 0.51% | - |
| HSV(B) | 137.21º | 0.66% | 0.76% | - |
| XYZ | 24.21 | 41.17 | 19.5 | - |
| YUV | 145.94 | 103.76 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 103 | 0.66 | 0 | 0.47 | 0.24 | 137.21 | 0.52 | 0.51 |
| Hex | 42 | C3 | 67 | 42 | 0 | 2F | 18 | 89 | 34 | 33 |
| Octal | 102 | 303 | 147 | 102 | 0 | 57 | 30 | 211 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1100111 | 1000010 | 0 | 101111 | 11000 | 10001001 | 110100 | 110011 |
Color Harmonies of #42C367
Complementary color
Monochromatic Colors of #42C367
Black with #42C367
Text Example
Text Example
White with #42C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C367; }
p { color: rgb(66,195,103); }
H1.HeaderClassName
{
color: #42C367;
}
.AnyTagClassName
{
color: #42C367;
}
</style>
background-color css
<style>
a { background-color: #42C367; }
a { background-color: rgb(66,195,103); }
div.DivClassName
{
background-color: #42C367;
}
.BgClassName
{
background-color: #42C367;
}
</style>
border-color css
<style>
span { border-color: #42C367; }
span { border-color: rgb(66,195,103); }
td.TdClassName
{
border-color: #42C367;
}
.TagClassName
{
border-color: #42C367;
}
</style>