Shades of Harlequin #43E012
Tints of Harlequin #43E012
RGB
CMYK
RGB Variations
Color information
#43E012 (or 0x43E012) is known color: Harlequin. HEX triplet: 43, E0 and 12. RGB value is (67,224,18). Sum of RGB (Red+Green+Blue) = 67+224+18=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #43E012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43E012 is #BC1FED. Grayscale: #9A9A9A. Windows color (decimal): -12328942 or 1237059. OLE color: 1237059.
HSL color Cylindrical-coordinate representation of color #43E012: hue angle of 105.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43E012 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 18 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.12 |
| HSL | 105.73º | 0.85% | 0.47% | - |
| HSV(B) | 105.73º | 0.92% | 0.88% | - |
| XYZ | 29.08 | 54.55 | 9.57 | - |
| YUV | 153.57 | 51.49 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 18 | 0.70 | 0 | 0.92 | 0.12 | 105.73 | 0.85 | 0.47 |
| Hex | 43 | E0 | 12 | 46 | 0 | 5C | C | 6A | 55 | 2F |
| Octal | 103 | 340 | 22 | 106 | 0 | 134 | 14 | 152 | 125 | 57 |
| Binary | 1000011 | 11100000 | 10010 | 1000110 | 0 | 1011100 | 1100 | 1101010 | 1010101 | 101111 |
Color Harmonies of #43E012
Complementary color
Monochromatic Colors of #43E012
Black with #43E012
Text Example
Text Example
White with #43E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E012; }
p { color: rgb(67,224,18); }
H1.HeaderClassName
{
color: #43E012;
}
.AnyTagClassName
{
color: #43E012;
}
</style>
background-color css
<style>
a { background-color: #43E012; }
a { background-color: rgb(67,224,18); }
div.DivClassName
{
background-color: #43E012;
}
.BgClassName
{
background-color: #43E012;
}
</style>
border-color css
<style>
span { border-color: #43E012; }
span { border-color: rgb(67,224,18); }
td.TdClassName
{
border-color: #43E012;
}
.TagClassName
{
border-color: #43E012;
}
</style>