Shades of Emerald #42CB6F
Tints of Emerald #42CB6F
RGB
CMYK
RGB Variations
Color information
#42CB6F (or 0x42CB6F) is known color: Emerald. HEX triplet: 42, CB and 6F. RGB value is (66,203,111). Sum of RGB (Red+Green+Blue) = 66+203+111=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB6F is #BD3490. Grayscale: #979797. Windows color (decimal): -12399761 or 7326530. OLE color: 7326530.
HSL color Cylindrical-coordinate representation of color #42CB6F: hue angle of 139.71º 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 #42CB6F is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 111 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.20 |
| HSL | 139.71º | 0.57% | 0.53% | - |
| HSV(B) | 139.71º | 0.67% | 0.8% | - |
| XYZ | 26.47 | 45.02 | 22.33 | - |
| YUV | 151.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 111 | 0.67 | 0 | 0.45 | 0.20 | 139.71 | 0.57 | 0.53 |
| Hex | 42 | CB | 6F | 43 | 0 | 2D | 14 | 8C | 39 | 35 |
| Octal | 102 | 313 | 157 | 103 | 0 | 55 | 24 | 214 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1101111 | 1000011 | 0 | 101101 | 10100 | 10001100 | 111001 | 110101 |
Color Harmonies of #42CB6F
Complementary color
Monochromatic Colors of #42CB6F
Black with #42CB6F
Text Example
Text Example
White with #42CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB6F; }
p { color: rgb(66,203,111); }
H1.HeaderClassName
{
color: #42CB6F;
}
.AnyTagClassName
{
color: #42CB6F;
}
</style>
background-color css
<style>
a { background-color: #42CB6F; }
a { background-color: rgb(66,203,111); }
div.DivClassName
{
background-color: #42CB6F;
}
.BgClassName
{
background-color: #42CB6F;
}
</style>
border-color css
<style>
span { border-color: #42CB6F; }
span { border-color: rgb(66,203,111); }
td.TdClassName
{
border-color: #42CB6F;
}
.TagClassName
{
border-color: #42CB6F;
}
</style>