Shades of Harlequin #43FB2A
Tints of Harlequin #43FB2A
RGB
CMYK
RGB Variations
Color information
#43FB2A (or 0x43FB2A) is known color: Harlequin. HEX triplet: 43, FB and 2A. RGB value is (67,251,42). Sum of RGB (Red+Green+Blue) = 67+251+42=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #43FB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FB2A is #BC04D5. Grayscale: #ACACAC. Windows color (decimal): -12322006 or 2816835. OLE color: 2816835.
HSL color Cylindrical-coordinate representation of color #43FB2A: hue angle of 112.82º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43FB2A is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 251 | 42 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.02 |
| HSL | 112.82º | 0.96% | 0.57% | - |
| HSV(B) | 112.82º | 0.83% | 0.98% | - |
| XYZ | 37.23 | 70.35 | 13.81 | - |
| YUV | 172.16 | 54.54 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 251 | 42 | 0.73 | 0 | 0.83 | 0.02 | 112.82 | 0.96 | 0.57 |
| Hex | 43 | FB | 2A | 49 | 0 | 53 | 2 | 71 | 60 | 39 |
| Octal | 103 | 373 | 52 | 111 | 0 | 123 | 2 | 161 | 140 | 71 |
| Binary | 1000011 | 11111011 | 101010 | 1001001 | 0 | 1010011 | 10 | 1110001 | 1100000 | 111001 |
Color Harmonies of #43FB2A
Complementary color
Monochromatic Colors of #43FB2A
Black with #43FB2A
Text Example
Text Example
White with #43FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FB2A; }
p { color: rgb(67,251,42); }
H1.HeaderClassName
{
color: #43FB2A;
}
.AnyTagClassName
{
color: #43FB2A;
}
</style>
background-color css
<style>
a { background-color: #43FB2A; }
a { background-color: rgb(67,251,42); }
div.DivClassName
{
background-color: #43FB2A;
}
.BgClassName
{
background-color: #43FB2A;
}
</style>
border-color css
<style>
span { border-color: #43FB2A; }
span { border-color: rgb(67,251,42); }
td.TdClassName
{
border-color: #43FB2A;
}
.TagClassName
{
border-color: #43FB2A;
}
</style>