Shades of Harlequin #44FF2F
Tints of Harlequin #44FF2F
RGB
CMYK
RGB Variations
Color information
#44FF2F (or 0x44FF2F) is known color: Harlequin. HEX triplet: 44, FF and 2F. RGB value is (68,255,47). Sum of RGB (Red+Green+Blue) = 68+255+47=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #44FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44FF2F is #BB00D0. Grayscale: #B0B0B0. Windows color (decimal): -12255441 or 3145540. OLE color: 3145540.
HSL color Cylindrical-coordinate representation of color #44FF2F: hue angle of 113.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44FF2F is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 47 | - |
| CMYK | 0.73 | 0 | 0.82 | 0 |
| HSL | 113.94º | 1% | 0.59% | - |
| HSV(B) | 113.94º | 0.82% | 1% | - |
| XYZ | 38.66 | 72.95 | 14.73 | - |
| YUV | 175.38 | 55.55 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 47 | 0.73 | 0 | 0.82 | 0 | 113.94 | 1 | 0.59 |
| Hex | 44 | FF | 2F | 49 | 0 | 52 | 0 | 72 | 64 | 3B |
| Octal | 104 | 377 | 57 | 111 | 0 | 122 | 0 | 162 | 144 | 73 |
| Binary | 1000100 | 11111111 | 101111 | 1001001 | 0 | 1010010 | 0 | 1110010 | 1100100 | 111011 |
Color Harmonies of #44FF2F
Complementary color
Monochromatic Colors of #44FF2F
Black with #44FF2F
Text Example
Text Example
White with #44FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FF2F; }
p { color: rgb(68,255,47); }
H1.HeaderClassName
{
color: #44FF2F;
}
.AnyTagClassName
{
color: #44FF2F;
}
</style>
background-color css
<style>
a { background-color: #44FF2F; }
a { background-color: rgb(68,255,47); }
div.DivClassName
{
background-color: #44FF2F;
}
.BgClassName
{
background-color: #44FF2F;
}
</style>
border-color css
<style>
span { border-color: #44FF2F; }
span { border-color: rgb(68,255,47); }
td.TdClassName
{
border-color: #44FF2F;
}
.TagClassName
{
border-color: #44FF2F;
}
</style>