Shades of Emerald #42C36C
Tints of Emerald #42C36C
RGB
CMYK
RGB Variations
Color information
#42C36C (or 0x42C36C) is known color: Emerald. HEX triplet: 42, C3 and 6C. RGB value is (66,195,108). Sum of RGB (Red+Green+Blue) = 66+195+108=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #42C36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C36C is #BD3C93. Grayscale: #929292. Windows color (decimal): -12401812 or 7127874. OLE color: 7127874.
HSL color Cylindrical-coordinate representation of color #42C36C: hue angle of 139.53º 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 #42C36C is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 108 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.24 |
| HSL | 139.53º | 0.52% | 0.51% | - |
| HSV(B) | 139.53º | 0.66% | 0.76% | - |
| XYZ | 24.47 | 41.27 | 20.86 | - |
| YUV | 146.51 | 106.26 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 108 | 0.66 | 0 | 0.45 | 0.24 | 139.53 | 0.52 | 0.51 |
| Hex | 42 | C3 | 6C | 42 | 0 | 2D | 18 | 8C | 34 | 33 |
| Octal | 102 | 303 | 154 | 102 | 0 | 55 | 30 | 214 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1101100 | 1000010 | 0 | 101101 | 11000 | 10001100 | 110100 | 110011 |
Color Harmonies of #42C36C
Complementary color
Monochromatic Colors of #42C36C
Black with #42C36C
Text Example
Text Example
White with #42C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C36C; }
p { color: rgb(66,195,108); }
H1.HeaderClassName
{
color: #42C36C;
}
.AnyTagClassName
{
color: #42C36C;
}
</style>
background-color css
<style>
a { background-color: #42C36C; }
a { background-color: rgb(66,195,108); }
div.DivClassName
{
background-color: #42C36C;
}
.BgClassName
{
background-color: #42C36C;
}
</style>
border-color css
<style>
span { border-color: #42C36C; }
span { border-color: rgb(66,195,108); }
td.TdClassName
{
border-color: #42C36C;
}
.TagClassName
{
border-color: #42C36C;
}
</style>