Shades of Harlequin #43EA14
Tints of Harlequin #43EA14
RGB
CMYK
RGB Variations
Color information
#43EA14 (or 0x43EA14) is known color: Harlequin. HEX triplet: 43, EA and 14. RGB value is (67,234,20). Sum of RGB (Red+Green+Blue) = 67+234+20=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 234 (91.80% from 255 or 72.90% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 234 - color contains mainly: green. Hex color #43EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43EA14 is #BC15EB. Grayscale: #A0A0A0. Windows color (decimal): -12326380 or 1370691. OLE color: 1370691.
HSL color Cylindrical-coordinate representation of color #43EA14: hue angle of 106.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43EA14 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 234 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.08 |
| HSL | 106.82º | 0.84% | 0.5% | - |
| HSV(B) | 106.82º | 0.91% | 0.92% | - |
| XYZ | 31.86 | 60.09 | 10.58 | - |
| YUV | 159.67 | 49.17 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 234 | 20 | 0.71 | 0 | 0.91 | 0.08 | 106.82 | 0.84 | 0.5 |
| Hex | 43 | EA | 14 | 47 | 0 | 5B | 8 | 6B | 54 | 32 |
| Octal | 103 | 352 | 24 | 107 | 0 | 133 | 10 | 153 | 124 | 62 |
| Binary | 1000011 | 11101010 | 10100 | 1000111 | 0 | 1011011 | 1000 | 1101011 | 1010100 | 110010 |
Color Harmonies of #43EA14
Complementary color
Monochromatic Colors of #43EA14
Black with #43EA14
Text Example
Text Example
White with #43EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EA14; }
p { color: rgb(67,234,20); }
H1.HeaderClassName
{
color: #43EA14;
}
.AnyTagClassName
{
color: #43EA14;
}
</style>
background-color css
<style>
a { background-color: #43EA14; }
a { background-color: rgb(67,234,20); }
div.DivClassName
{
background-color: #43EA14;
}
.BgClassName
{
background-color: #43EA14;
}
</style>
border-color css
<style>
span { border-color: #43EA14; }
span { border-color: rgb(67,234,20); }
td.TdClassName
{
border-color: #43EA14;
}
.TagClassName
{
border-color: #43EA14;
}
</style>