Shades of Harlequin #43E314
Tints of Harlequin #43E314
RGB
CMYK
RGB Variations
Color information
#43E314 (or 0x43E314) is known color: Harlequin. HEX triplet: 43, E3 and 14. RGB value is (67,227,20). Sum of RGB (Red+Green+Blue) = 67+227+20=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 227 (89.06% from 255 or 72.29% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 227 - color contains mainly: green. Hex color #43E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43E314 is #BC1CEB. Grayscale: #9C9C9C. Windows color (decimal): -12328172 or 1368899. OLE color: 1368899.
HSL color Cylindrical-coordinate representation of color #43E314: hue angle of 106.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43E314 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 227 | 20 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.11 |
| HSL | 106.38º | 0.84% | 0.48% | - |
| HSV(B) | 106.38º | 0.91% | 0.89% | - |
| XYZ | 29.91 | 56.18 | 9.93 | - |
| YUV | 155.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 227 | 20 | 0.70 | 0 | 0.91 | 0.11 | 106.38 | 0.84 | 0.48 |
| Hex | 43 | E3 | 14 | 46 | 0 | 5B | B | 6A | 54 | 30 |
| Octal | 103 | 343 | 24 | 106 | 0 | 133 | 13 | 152 | 124 | 60 |
| Binary | 1000011 | 11100011 | 10100 | 1000110 | 0 | 1011011 | 1011 | 1101010 | 1010100 | 110000 |
Color Harmonies of #43E314
Complementary color
Monochromatic Colors of #43E314
Black with #43E314
Text Example
Text Example
White with #43E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E314; }
p { color: rgb(67,227,20); }
H1.HeaderClassName
{
color: #43E314;
}
.AnyTagClassName
{
color: #43E314;
}
</style>
background-color css
<style>
a { background-color: #43E314; }
a { background-color: rgb(67,227,20); }
div.DivClassName
{
background-color: #43E314;
}
.BgClassName
{
background-color: #43E314;
}
</style>
border-color css
<style>
span { border-color: #43E314; }
span { border-color: rgb(67,227,20); }
td.TdClassName
{
border-color: #43E314;
}
.TagClassName
{
border-color: #43E314;
}
</style>