Shades of Harlequin #43F010
Tints of Harlequin #43F010
RGB
CMYK
RGB Variations
Color information
#43F010 (or 0x43F010) is known color: Harlequin. HEX triplet: 43, F0 and 10. RGB value is (67,240,16). Sum of RGB (Red+Green+Blue) = 67+240+16=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #43F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F010 is #BC0FEF. Grayscale: #A3A3A3. Windows color (decimal): -12324848 or 1110083. OLE color: 1110083.
HSL color Cylindrical-coordinate representation of color #43F010: hue angle of 106.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43F010 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 240 | 16 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.06 |
| HSL | 106.34º | 0.88% | 0.5% | - |
| HSV(B) | 106.34º | 0.93% | 0.94% | - |
| XYZ | 33.57 | 63.55 | 10.99 | - |
| YUV | 162.74 | 45.19 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 240 | 16 | 0.72 | 0 | 0.93 | 0.06 | 106.34 | 0.88 | 0.5 |
| Hex | 43 | F0 | 10 | 48 | 0 | 5D | 6 | 6A | 58 | 32 |
| Octal | 103 | 360 | 20 | 110 | 0 | 135 | 6 | 152 | 130 | 62 |
| Binary | 1000011 | 11110000 | 10000 | 1001000 | 0 | 1011101 | 110 | 1101010 | 1011000 | 110010 |
Color Harmonies of #43F010
Complementary color
Monochromatic Colors of #43F010
Black with #43F010
Text Example
Text Example
White with #43F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F010; }
p { color: rgb(67,240,16); }
H1.HeaderClassName
{
color: #43F010;
}
.AnyTagClassName
{
color: #43F010;
}
</style>
background-color css
<style>
a { background-color: #43F010; }
a { background-color: rgb(67,240,16); }
div.DivClassName
{
background-color: #43F010;
}
.BgClassName
{
background-color: #43F010;
}
</style>
border-color css
<style>
span { border-color: #43F010; }
span { border-color: rgb(67,240,16); }
td.TdClassName
{
border-color: #43F010;
}
.TagClassName
{
border-color: #43F010;
}
</style>