Shades of Emerald #42CB6C
Tints of Emerald #42CB6C
RGB
CMYK
RGB Variations
Color information
#42CB6C (or 0x42CB6C) is known color: Emerald. HEX triplet: 42, CB and 6C. RGB value is (66,203,108). Sum of RGB (Red+Green+Blue) = 66+203+108=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB6C is #BD3493. Grayscale: #979797. Windows color (decimal): -12399764 or 7129922. OLE color: 7129922.
HSL color Cylindrical-coordinate representation of color #42CB6C: hue angle of 138.39º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB6C is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 108 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.20 |
| HSL | 138.39º | 0.57% | 0.53% | - |
| HSV(B) | 138.39º | 0.67% | 0.8% | - |
| XYZ | 26.31 | 44.95 | 21.48 | - |
| YUV | 151.21 | 103.61 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 108 | 0.67 | 0 | 0.47 | 0.20 | 138.39 | 0.57 | 0.53 |
| Hex | 42 | CB | 6C | 43 | 0 | 2F | 14 | 8A | 39 | 35 |
| Octal | 102 | 313 | 154 | 103 | 0 | 57 | 24 | 212 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1101100 | 1000011 | 0 | 101111 | 10100 | 10001010 | 111001 | 110101 |
Color Harmonies of #42CB6C
Complementary color
Monochromatic Colors of #42CB6C
Black with #42CB6C
Text Example
Text Example
White with #42CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB6C; }
p { color: rgb(66,203,108); }
H1.HeaderClassName
{
color: #42CB6C;
}
.AnyTagClassName
{
color: #42CB6C;
}
</style>
background-color css
<style>
a { background-color: #42CB6C; }
a { background-color: rgb(66,203,108); }
div.DivClassName
{
background-color: #42CB6C;
}
.BgClassName
{
background-color: #42CB6C;
}
</style>
border-color css
<style>
span { border-color: #42CB6C; }
span { border-color: rgb(66,203,108); }
td.TdClassName
{
border-color: #42CB6C;
}
.TagClassName
{
border-color: #42CB6C;
}
</style>