Shades of Harlequin #44FF2E
Tints of Harlequin #44FF2E
RGB
CMYK
RGB Variations
Color information
#44FF2E (or 0x44FF2E) is known color: Harlequin. HEX triplet: 44, FF and 2E. RGB value is (68,255,46). Sum of RGB (Red+Green+Blue) = 68+255+46=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #44FF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44FF2E is #BB00D1. Grayscale: #AFAFAF. Windows color (decimal): -12255442 or 3080004. OLE color: 3080004.
HSL color Cylindrical-coordinate representation of color #44FF2E: hue angle of 113.68º 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 #44FF2E is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 46 | - |
| CMYK | 0.73 | 0 | 0.82 | 0 |
| HSL | 113.68º | 1% | 0.59% | - |
| HSV(B) | 113.68º | 0.82% | 1% | - |
| XYZ | 38.64 | 72.95 | 14.63 | - |
| YUV | 175.26 | 55.05 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 46 | 0.73 | 0 | 0.82 | 0 | 113.68 | 1 | 0.59 |
| Hex | 44 | FF | 2E | 49 | 0 | 52 | 0 | 72 | 64 | 3B |
| Octal | 104 | 377 | 56 | 111 | 0 | 122 | 0 | 162 | 144 | 73 |
| Binary | 1000100 | 11111111 | 101110 | 1001001 | 0 | 1010010 | 0 | 1110010 | 1100100 | 111011 |
Color Harmonies of #44FF2E
Complementary color
Monochromatic Colors of #44FF2E
Black with #44FF2E
Text Example
Text Example
White with #44FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FF2E; }
p { color: rgb(68,255,46); }
H1.HeaderClassName
{
color: #44FF2E;
}
.AnyTagClassName
{
color: #44FF2E;
}
</style>
background-color css
<style>
a { background-color: #44FF2E; }
a { background-color: rgb(68,255,46); }
div.DivClassName
{
background-color: #44FF2E;
}
.BgClassName
{
background-color: #44FF2E;
}
</style>
border-color css
<style>
span { border-color: #44FF2E; }
span { border-color: rgb(68,255,46); }
td.TdClassName
{
border-color: #44FF2E;
}
.TagClassName
{
border-color: #44FF2E;
}
</style>