Shades of Harlequin #44DE0F
Tints of Harlequin #44DE0F
RGB
CMYK
RGB Variations
Color information
#44DE0F (or 0x44DE0F) is known color: Harlequin. HEX triplet: 44, DE and 0F. RGB value is (68,222,15). Sum of RGB (Red+Green+Blue) = 68+222+15=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DE0F is #BB21F0. Grayscale: #999999. Windows color (decimal): -12263921 or 1039940. OLE color: 1039940.
HSL color Cylindrical-coordinate representation of color #44DE0F: hue angle of 104.64º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44DE0F is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 15 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.13 |
| HSL | 104.64º | 0.87% | 0.46% | - |
| HSV(B) | 104.64º | 0.93% | 0.87% | - |
| XYZ | 28.59 | 53.51 | 9.27 | - |
| YUV | 152.36 | 50.48 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 15 | 0.69 | 0 | 0.93 | 0.13 | 104.64 | 0.87 | 0.46 |
| Hex | 44 | DE | F | 45 | 0 | 5D | D | 69 | 57 | 2E |
| Octal | 104 | 336 | 17 | 105 | 0 | 135 | 15 | 151 | 127 | 56 |
| Binary | 1000100 | 11011110 | 1111 | 1000101 | 0 | 1011101 | 1101 | 1101001 | 1010111 | 101110 |
Color Harmonies of #44DE0F
Complementary color
Monochromatic Colors of #44DE0F
Black with #44DE0F
Text Example
Text Example
White with #44DE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DE0F; }
p { color: rgb(68,222,15); }
H1.HeaderClassName
{
color: #44DE0F;
}
.AnyTagClassName
{
color: #44DE0F;
}
</style>
background-color css
<style>
a { background-color: #44DE0F; }
a { background-color: rgb(68,222,15); }
div.DivClassName
{
background-color: #44DE0F;
}
.BgClassName
{
background-color: #44DE0F;
}
</style>
border-color css
<style>
span { border-color: #44DE0F; }
span { border-color: rgb(68,222,15); }
td.TdClassName
{
border-color: #44DE0F;
}
.TagClassName
{
border-color: #44DE0F;
}
</style>