Shades of Emerald #43CC5A
Tints of Emerald #43CC5A
RGB
CMYK
RGB Variations
Color information
#43CC5A (or 0x43CC5A) is known color: Emerald. HEX triplet: 43, CC and 5A. RGB value is (67,204,90). Sum of RGB (Red+Green+Blue) = 67+204+90=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CC5A is #BC33A5. Grayscale: #969696. Windows color (decimal): -12333990 or 5950531. OLE color: 5950531.
HSL color Cylindrical-coordinate representation of color #43CC5A: hue angle of 130.07º 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 #43CC5A is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 90 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.2 |
| HSL | 130.07º | 0.57% | 0.53% | - |
| HSV(B) | 130.07º | 0.67% | 0.8% | - |
| XYZ | 25.75 | 45.12 | 17.02 | - |
| YUV | 150.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 90 | 0.67 | 0 | 0.56 | 0.2 | 130.07 | 0.57 | 0.53 |
| Hex | 43 | CC | 5A | 43 | 0 | 38 | 14 | 82 | 39 | 35 |
| Octal | 103 | 314 | 132 | 103 | 0 | 70 | 24 | 202 | 71 | 65 |
| Binary | 1000011 | 11001100 | 1011010 | 1000011 | 0 | 111000 | 10100 | 10000010 | 111001 | 110101 |
Color Harmonies of #43CC5A
Complementary color
Monochromatic Colors of #43CC5A
Black with #43CC5A
Text Example
Text Example
White with #43CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CC5A; }
p { color: rgb(67,204,90); }
H1.HeaderClassName
{
color: #43CC5A;
}
.AnyTagClassName
{
color: #43CC5A;
}
</style>
background-color css
<style>
a { background-color: #43CC5A; }
a { background-color: rgb(67,204,90); }
div.DivClassName
{
background-color: #43CC5A;
}
.BgClassName
{
background-color: #43CC5A;
}
</style>
border-color css
<style>
span { border-color: #43CC5A; }
span { border-color: rgb(67,204,90); }
td.TdClassName
{
border-color: #43CC5A;
}
.TagClassName
{
border-color: #43CC5A;
}
</style>