Shades of Emerald #43CB70
Tints of Emerald #43CB70
RGB
CMYK
RGB Variations
Color information
#43CB70 (or 0x43CB70) is known color: Emerald. HEX triplet: 43, CB and 70. RGB value is (67,203,112). Sum of RGB (Red+Green+Blue) = 67+203+112=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #43CB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CB70 is #BC348F. Grayscale: #989898. Windows color (decimal): -12334224 or 7392067. OLE color: 7392067.
HSL color Cylindrical-coordinate representation of color #43CB70: hue angle of 139.85º 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 #43CB70 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 112 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.20 |
| HSL | 139.85º | 0.57% | 0.53% | - |
| HSV(B) | 139.85º | 0.67% | 0.8% | - |
| XYZ | 26.6 | 45.08 | 22.63 | - |
| YUV | 151.96 | 105.44 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 112 | 0.67 | 0 | 0.45 | 0.20 | 139.85 | 0.57 | 0.53 |
| Hex | 43 | CB | 70 | 43 | 0 | 2D | 14 | 8C | 39 | 35 |
| Octal | 103 | 313 | 160 | 103 | 0 | 55 | 24 | 214 | 71 | 65 |
| Binary | 1000011 | 11001011 | 1110000 | 1000011 | 0 | 101101 | 10100 | 10001100 | 111001 | 110101 |
Color Harmonies of #43CB70
Complementary color
Monochromatic Colors of #43CB70
Black with #43CB70
Text Example
Text Example
White with #43CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CB70; }
p { color: rgb(67,203,112); }
H1.HeaderClassName
{
color: #43CB70;
}
.AnyTagClassName
{
color: #43CB70;
}
</style>
background-color css
<style>
a { background-color: #43CB70; }
a { background-color: rgb(67,203,112); }
div.DivClassName
{
background-color: #43CB70;
}
.BgClassName
{
background-color: #43CB70;
}
</style>
border-color css
<style>
span { border-color: #43CB70; }
span { border-color: rgb(67,203,112); }
td.TdClassName
{
border-color: #43CB70;
}
.TagClassName
{
border-color: #43CB70;
}
</style>