Shades of Emerald #42C375
Tints of Emerald #42C375
RGB
CMYK
RGB Variations
Color information
#42C375 (or 0x42C375) is known color: Emerald. HEX triplet: 42, C3 and 75. RGB value is (66,195,117). Sum of RGB (Red+Green+Blue) = 66+195+117=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #42C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C375 is #BD3C8A. Grayscale: #939393. Windows color (decimal): -12401803 or 7717698. OLE color: 7717698.
HSL color Cylindrical-coordinate representation of color #42C375: hue angle of 143.72º 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 #42C375 is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 117 | - |
| CMYK | 0.66 | 0 | 0.4 | 0.24 |
| HSL | 143.72º | 0.52% | 0.51% | - |
| HSV(B) | 143.72º | 0.66% | 0.76% | - |
| XYZ | 24.97 | 41.47 | 23.52 | - |
| YUV | 147.54 | 110.76 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 117 | 0.66 | 0 | 0.4 | 0.24 | 143.72 | 0.52 | 0.51 |
| Hex | 42 | C3 | 75 | 42 | 0 | 28 | 18 | 90 | 34 | 33 |
| Octal | 102 | 303 | 165 | 102 | 0 | 50 | 30 | 220 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1110101 | 1000010 | 0 | 101000 | 11000 | 10010000 | 110100 | 110011 |
Color Harmonies of #42C375
Complementary color
Monochromatic Colors of #42C375
Black with #42C375
Text Example
Text Example
White with #42C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C375; }
p { color: rgb(66,195,117); }
H1.HeaderClassName
{
color: #42C375;
}
.AnyTagClassName
{
color: #42C375;
}
</style>
background-color css
<style>
a { background-color: #42C375; }
a { background-color: rgb(66,195,117); }
div.DivClassName
{
background-color: #42C375;
}
.BgClassName
{
background-color: #42C375;
}
</style>
border-color css
<style>
span { border-color: #42C375; }
span { border-color: rgb(66,195,117); }
td.TdClassName
{
border-color: #42C375;
}
.TagClassName
{
border-color: #42C375;
}
</style>