Shades of Emerald #42C383
Tints of Emerald #42C383
RGB
CMYK
RGB Variations
Color information
#42C383 (or 0x42C383) is known color: Emerald. HEX triplet: 42, C3 and 83. RGB value is (66,195,131). Sum of RGB (Red+Green+Blue) = 66+195+131=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #42C383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C383 is #BD3C7C. Grayscale: #959595. Windows color (decimal): -12401789 or 8635202. OLE color: 8635202.
HSL color Cylindrical-coordinate representation of color #42C383: hue angle of 150.23º 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 #42C383 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 131 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.24 |
| HSL | 150.23º | 0.52% | 0.51% | - |
| HSV(B) | 150.23º | 0.66% | 0.76% | - |
| XYZ | 25.86 | 41.83 | 28.18 | - |
| YUV | 149.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 131 | 0.66 | 0 | 0.33 | 0.24 | 150.23 | 0.52 | 0.51 |
| Hex | 42 | C3 | 83 | 42 | 0 | 21 | 18 | 96 | 34 | 33 |
| Octal | 102 | 303 | 203 | 102 | 0 | 41 | 30 | 226 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10000011 | 1000010 | 0 | 100001 | 11000 | 10010110 | 110100 | 110011 |
Color Harmonies of #42C383
Complementary color
Monochromatic Colors of #42C383
Black with #42C383
Text Example
Text Example
White with #42C383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C383; }
p { color: rgb(66,195,131); }
H1.HeaderClassName
{
color: #42C383;
}
.AnyTagClassName
{
color: #42C383;
}
</style>
background-color css
<style>
a { background-color: #42C383; }
a { background-color: rgb(66,195,131); }
div.DivClassName
{
background-color: #42C383;
}
.BgClassName
{
background-color: #42C383;
}
</style>
border-color css
<style>
span { border-color: #42C383; }
span { border-color: rgb(66,195,131); }
td.TdClassName
{
border-color: #42C383;
}
.TagClassName
{
border-color: #42C383;
}
</style>