Shades of Harlequin #43FF2A
Tints of Harlequin #43FF2A
RGB
CMYK
RGB Variations
Color information
#43FF2A (or 0x43FF2A) is known color: Harlequin. HEX triplet: 43, FF and 2A. RGB value is (67,255,42). Sum of RGB (Red+Green+Blue) = 67+255+42=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #43FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FF2A is #BC00D5. Grayscale: #AFAFAF. Windows color (decimal): -12320982 or 2817859. OLE color: 2817859.
HSL color Cylindrical-coordinate representation of color #43FF2A: hue angle of 112.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43FF2A is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 42 | - |
| CMYK | 0.74 | 0 | 0.84 | 0 |
| HSL | 112.96º | 1% | 0.58% | - |
| HSV(B) | 112.96º | 0.84% | 1% | - |
| XYZ | 38.49 | 72.88 | 14.23 | - |
| YUV | 174.51 | 53.22 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 42 | 0.74 | 0 | 0.84 | 0 | 112.96 | 1 | 0.58 |
| Hex | 43 | FF | 2A | 4A | 0 | 54 | 0 | 71 | 64 | 3A |
| Octal | 103 | 377 | 52 | 112 | 0 | 124 | 0 | 161 | 144 | 72 |
| Binary | 1000011 | 11111111 | 101010 | 1001010 | 0 | 1010100 | 0 | 1110001 | 1100100 | 111010 |
Color Harmonies of #43FF2A
Complementary color
Monochromatic Colors of #43FF2A
Black with #43FF2A
Text Example
Text Example
White with #43FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FF2A; }
p { color: rgb(67,255,42); }
H1.HeaderClassName
{
color: #43FF2A;
}
.AnyTagClassName
{
color: #43FF2A;
}
</style>
background-color css
<style>
a { background-color: #43FF2A; }
a { background-color: rgb(67,255,42); }
div.DivClassName
{
background-color: #43FF2A;
}
.BgClassName
{
background-color: #43FF2A;
}
</style>
border-color css
<style>
span { border-color: #43FF2A; }
span { border-color: rgb(67,255,42); }
td.TdClassName
{
border-color: #43FF2A;
}
.TagClassName
{
border-color: #43FF2A;
}
</style>