Shades of Harlequin #43ED05
Tints of Harlequin #43ED05
RGB
CMYK
RGB Variations
Color information
#43ED05 (or 0x43ED05) is known color: Harlequin. HEX triplet: 43, ED and 05. RGB value is (67,237,5). Sum of RGB (Red+Green+Blue) = 67+237+5=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #43ED05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43ED05 is #BC12FA. Grayscale: #A0A0A0. Windows color (decimal): -12325627 or 388419. OLE color: 388419.
HSL color Cylindrical-coordinate representation of color #43ED05: hue angle of 103.97º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43ED05 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.07 |
| HSL | 103.97º | 0.96% | 0.47% | - |
| HSV(B) | 103.97º | 0.98% | 0.93% | - |
| XYZ | 32.63 | 61.77 | 10.35 | - |
| YUV | 159.72 | 40.68 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 5 | 0.72 | 0 | 0.98 | 0.07 | 103.97 | 0.96 | 0.47 |
| Hex | 43 | ED | 5 | 48 | 0 | 62 | 7 | 68 | 60 | 2F |
| Octal | 103 | 355 | 5 | 110 | 0 | 142 | 7 | 150 | 140 | 57 |
| Binary | 1000011 | 11101101 | 101 | 1001000 | 0 | 1100010 | 111 | 1101000 | 1100000 | 101111 |
Color Harmonies of #43ED05
Complementary color
Monochromatic Colors of #43ED05
Black with #43ED05
Text Example
Text Example
White with #43ED05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ED05; }
p { color: rgb(67,237,5); }
H1.HeaderClassName
{
color: #43ED05;
}
.AnyTagClassName
{
color: #43ED05;
}
</style>
background-color css
<style>
a { background-color: #43ED05; }
a { background-color: rgb(67,237,5); }
div.DivClassName
{
background-color: #43ED05;
}
.BgClassName
{
background-color: #43ED05;
}
</style>
border-color css
<style>
span { border-color: #43ED05; }
span { border-color: rgb(67,237,5); }
td.TdClassName
{
border-color: #43ED05;
}
.TagClassName
{
border-color: #43ED05;
}
</style>