Shades of Emerald #42C361
Tints of Emerald #42C361
RGB
CMYK
RGB Variations
Color information
#42C361 (or 0x42C361) is known color: Emerald. HEX triplet: 42, C3 and 61. RGB value is (66,195,97). Sum of RGB (Red+Green+Blue) = 66+195+97=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #42C361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C361 is #BD3C9E. Grayscale: #919191. Windows color (decimal): -12401823 or 6406978. OLE color: 6406978.
HSL color Cylindrical-coordinate representation of color #42C361: hue angle of 134.42º 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 #42C361 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 97 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.24 |
| HSL | 134.42º | 0.52% | 0.51% | - |
| HSV(B) | 134.42º | 0.66% | 0.76% | - |
| XYZ | 23.92 | 41.05 | 17.97 | - |
| YUV | 145.26 | 100.76 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 97 | 0.66 | 0 | 0.50 | 0.24 | 134.42 | 0.52 | 0.51 |
| Hex | 42 | C3 | 61 | 42 | 0 | 32 | 18 | 86 | 34 | 33 |
| Octal | 102 | 303 | 141 | 102 | 0 | 62 | 30 | 206 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1100001 | 1000010 | 0 | 110010 | 11000 | 10000110 | 110100 | 110011 |
Color Harmonies of #42C361
Complementary color
Monochromatic Colors of #42C361
Black with #42C361
Text Example
Text Example
White with #42C361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C361; }
p { color: rgb(66,195,97); }
H1.HeaderClassName
{
color: #42C361;
}
.AnyTagClassName
{
color: #42C361;
}
</style>
background-color css
<style>
a { background-color: #42C361; }
a { background-color: rgb(66,195,97); }
div.DivClassName
{
background-color: #42C361;
}
.BgClassName
{
background-color: #42C361;
}
</style>
border-color css
<style>
span { border-color: #42C361; }
span { border-color: rgb(66,195,97); }
td.TdClassName
{
border-color: #42C361;
}
.TagClassName
{
border-color: #42C361;
}
</style>