Shades of Emerald #42C365
Tints of Emerald #42C365
RGB
CMYK
RGB Variations
Color information
#42C365 (or 0x42C365) is known color: Emerald. HEX triplet: 42, C3 and 65. RGB value is (66,195,101). Sum of RGB (Red+Green+Blue) = 66+195+101=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #42C365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C365 is #BD3C9A. Grayscale: #919191. Windows color (decimal): -12401819 or 6669122. OLE color: 6669122.
HSL color Cylindrical-coordinate representation of color #42C365: hue angle of 136.28º 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 #42C365 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 101 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.24 |
| HSL | 136.28º | 0.52% | 0.51% | - |
| HSV(B) | 136.28º | 0.66% | 0.76% | - |
| XYZ | 24.11 | 41.13 | 18.98 | - |
| YUV | 145.71 | 102.76 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 101 | 0.66 | 0 | 0.48 | 0.24 | 136.28 | 0.52 | 0.51 |
| Hex | 42 | C3 | 65 | 42 | 0 | 30 | 18 | 88 | 34 | 33 |
| Octal | 102 | 303 | 145 | 102 | 0 | 60 | 30 | 210 | 64 | 63 |
| Binary | 1000010 | 11000011 | 1100101 | 1000010 | 0 | 110000 | 11000 | 10001000 | 110100 | 110011 |
Color Harmonies of #42C365
Complementary color
Monochromatic Colors of #42C365
Black with #42C365
Text Example
Text Example
White with #42C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C365; }
p { color: rgb(66,195,101); }
H1.HeaderClassName
{
color: #42C365;
}
.AnyTagClassName
{
color: #42C365;
}
</style>
background-color css
<style>
a { background-color: #42C365; }
a { background-color: rgb(66,195,101); }
div.DivClassName
{
background-color: #42C365;
}
.BgClassName
{
background-color: #42C365;
}
</style>
border-color css
<style>
span { border-color: #42C365; }
span { border-color: rgb(66,195,101); }
td.TdClassName
{
border-color: #42C365;
}
.TagClassName
{
border-color: #42C365;
}
</style>