Shades of Emerald #43CB65
Tints of Emerald #43CB65
RGB
CMYK
RGB Variations
Color information
#43CB65 (or 0x43CB65) is known color: Emerald. HEX triplet: 43, CB and 65. RGB value is (67,203,101). Sum of RGB (Red+Green+Blue) = 67+203+101=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #43CB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CB65 is #BC349A. Grayscale: #969696. Windows color (decimal): -12334235 or 6671171. OLE color: 6671171.
HSL color Cylindrical-coordinate representation of color #43CB65: hue angle of 135º 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 #43CB65 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 101 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.20 |
| HSL | 135º | 0.57% | 0.53% | - |
| HSV(B) | 135º | 0.67% | 0.8% | - |
| XYZ | 26.02 | 44.84 | 19.6 | - |
| YUV | 150.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 101 | 0.67 | 0 | 0.50 | 0.20 | 135 | 0.57 | 0.53 |
| Hex | 43 | CB | 65 | 43 | 0 | 32 | 14 | 87 | 39 | 35 |
| Octal | 103 | 313 | 145 | 103 | 0 | 62 | 24 | 207 | 71 | 65 |
| Binary | 1000011 | 11001011 | 1100101 | 1000011 | 0 | 110010 | 10100 | 10000111 | 111001 | 110101 |
Color Harmonies of #43CB65
Complementary color
Monochromatic Colors of #43CB65
Black with #43CB65
Text Example
Text Example
White with #43CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CB65; }
p { color: rgb(67,203,101); }
H1.HeaderClassName
{
color: #43CB65;
}
.AnyTagClassName
{
color: #43CB65;
}
</style>
background-color css
<style>
a { background-color: #43CB65; }
a { background-color: rgb(67,203,101); }
div.DivClassName
{
background-color: #43CB65;
}
.BgClassName
{
background-color: #43CB65;
}
</style>
border-color css
<style>
span { border-color: #43CB65; }
span { border-color: rgb(67,203,101); }
td.TdClassName
{
border-color: #43CB65;
}
.TagClassName
{
border-color: #43CB65;
}
</style>