Shades of Emerald #42C483
Tints of Emerald #42C483
RGB
CMYK
RGB Variations
Color information
#42C483 (or 0x42C483) is known color: Emerald. HEX triplet: 42, C4 and 83. RGB value is (66,196,131). Sum of RGB (Red+Green+Blue) = 66+196+131=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #42C483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C483 is #BD3B7C. Grayscale: #959595. Windows color (decimal): -12401533 or 8635458. OLE color: 8635458.
HSL color Cylindrical-coordinate representation of color #42C483: hue angle of 150º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C483 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 131 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.23 |
| HSL | 150º | 0.52% | 0.51% | - |
| HSV(B) | 150º | 0.66% | 0.77% | - |
| XYZ | 26.08 | 42.28 | 28.26 | - |
| YUV | 149.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 131 | 0.66 | 0 | 0.33 | 0.23 | 150 | 0.52 | 0.51 |
| Hex | 42 | C4 | 83 | 42 | 0 | 21 | 17 | 96 | 34 | 33 |
| Octal | 102 | 304 | 203 | 102 | 0 | 41 | 27 | 226 | 64 | 63 |
| Binary | 1000010 | 11000100 | 10000011 | 1000010 | 0 | 100001 | 10111 | 10010110 | 110100 | 110011 |
Color Harmonies of #42C483
Complementary color
Monochromatic Colors of #42C483
Black with #42C483
Text Example
Text Example
White with #42C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C483; }
p { color: rgb(66,196,131); }
H1.HeaderClassName
{
color: #42C483;
}
.AnyTagClassName
{
color: #42C483;
}
</style>
background-color css
<style>
a { background-color: #42C483; }
a { background-color: rgb(66,196,131); }
div.DivClassName
{
background-color: #42C483;
}
.BgClassName
{
background-color: #42C483;
}
</style>
border-color css
<style>
span { border-color: #42C483; }
span { border-color: rgb(66,196,131); }
td.TdClassName
{
border-color: #42C483;
}
.TagClassName
{
border-color: #42C483;
}
</style>