Shades of Harlequin #43FF1F
Tints of Harlequin #43FF1F
RGB
CMYK
RGB Variations
Color information
#43FF1F (or 0x43FF1F) is known color: Harlequin. HEX triplet: 43, FF and 1F. RGB value is (67,255,31). Sum of RGB (Red+Green+Blue) = 67+255+31=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #43FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43FF1F is #BC00E0. Grayscale: #ADADAD. Windows color (decimal): -12320993 or 2096963. OLE color: 2096963.
HSL color Cylindrical-coordinate representation of color #43FF1F: hue angle of 110.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43FF1F is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 31 | - |
| CMYK | 0.74 | 0 | 0.88 | 0 |
| HSL | 110.36º | 1% | 0.56% | - |
| HSV(B) | 110.36º | 0.88% | 1% | - |
| XYZ | 38.32 | 72.81 | 13.33 | - |
| YUV | 173.25 | 47.72 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 31 | 0.74 | 0 | 0.88 | 0 | 110.36 | 1 | 0.56 |
| Hex | 43 | FF | 1F | 4A | 0 | 58 | 0 | 6E | 64 | 38 |
| Octal | 103 | 377 | 37 | 112 | 0 | 130 | 0 | 156 | 144 | 70 |
| Binary | 1000011 | 11111111 | 11111 | 1001010 | 0 | 1011000 | 0 | 1101110 | 1100100 | 111000 |
Color Harmonies of #43FF1F
Complementary color
Monochromatic Colors of #43FF1F
Black with #43FF1F
Text Example
Text Example
White with #43FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FF1F; }
p { color: rgb(67,255,31); }
H1.HeaderClassName
{
color: #43FF1F;
}
.AnyTagClassName
{
color: #43FF1F;
}
</style>
background-color css
<style>
a { background-color: #43FF1F; }
a { background-color: rgb(67,255,31); }
div.DivClassName
{
background-color: #43FF1F;
}
.BgClassName
{
background-color: #43FF1F;
}
</style>
border-color css
<style>
span { border-color: #43FF1F; }
span { border-color: rgb(67,255,31); }
td.TdClassName
{
border-color: #43FF1F;
}
.TagClassName
{
border-color: #43FF1F;
}
</style>