Shades of Harlequin #44DF0F
Tints of Harlequin #44DF0F
RGB
CMYK
RGB Variations
Color information
#44DF0F (or 0x44DF0F) is known color: Harlequin. HEX triplet: 44, DF and 0F. RGB value is (68,223,15). Sum of RGB (Red+Green+Blue) = 68+223+15=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DF0F is #BB20F0. Grayscale: #999999. Windows color (decimal): -12263665 or 1040196. OLE color: 1040196.
HSL color Cylindrical-coordinate representation of color #44DF0F: hue angle of 104.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44DF0F is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 15 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.13 |
| HSL | 104.71º | 0.87% | 0.47% | - |
| HSV(B) | 104.71º | 0.93% | 0.87% | - |
| XYZ | 28.86 | 54.04 | 9.36 | - |
| YUV | 152.94 | 50.15 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 15 | 0.70 | 0 | 0.93 | 0.13 | 104.71 | 0.87 | 0.47 |
| Hex | 44 | DF | F | 46 | 0 | 5D | D | 69 | 57 | 2F |
| Octal | 104 | 337 | 17 | 106 | 0 | 135 | 15 | 151 | 127 | 57 |
| Binary | 1000100 | 11011111 | 1111 | 1000110 | 0 | 1011101 | 1101 | 1101001 | 1010111 | 101111 |
Color Harmonies of #44DF0F
Complementary color
Monochromatic Colors of #44DF0F
Black with #44DF0F
Text Example
Text Example
White with #44DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DF0F; }
p { color: rgb(68,223,15); }
H1.HeaderClassName
{
color: #44DF0F;
}
.AnyTagClassName
{
color: #44DF0F;
}
</style>
background-color css
<style>
a { background-color: #44DF0F; }
a { background-color: rgb(68,223,15); }
div.DivClassName
{
background-color: #44DF0F;
}
.BgClassName
{
background-color: #44DF0F;
}
</style>
border-color css
<style>
span { border-color: #44DF0F; }
span { border-color: rgb(68,223,15); }
td.TdClassName
{
border-color: #44DF0F;
}
.TagClassName
{
border-color: #44DF0F;
}
</style>