Shades of Harlequin #44DE0B
Tints of Harlequin #44DE0B
RGB
CMYK
RGB Variations
Color information
#44DE0B (or 0x44DE0B) is known color: Harlequin. HEX triplet: 44, DE and 0B. RGB value is (68,222,11). Sum of RGB (Red+Green+Blue) = 68+222+11=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DE0B is #BB21F4. Grayscale: #989898. Windows color (decimal): -12263925 or 777796. OLE color: 777796.
HSL color Cylindrical-coordinate representation of color #44DE0B: hue angle of 103.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44DE0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.13 |
| HSL | 103.79º | 0.91% | 0.46% | - |
| HSV(B) | 103.79º | 0.95% | 0.87% | - |
| XYZ | 28.57 | 53.5 | 9.14 | - |
| YUV | 151.9 | 48.48 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 11 | 0.69 | 0 | 0.95 | 0.13 | 103.79 | 0.91 | 0.46 |
| Hex | 44 | DE | B | 45 | 0 | 5F | D | 68 | 5B | 2E |
| Octal | 104 | 336 | 13 | 105 | 0 | 137 | 15 | 150 | 133 | 56 |
| Binary | 1000100 | 11011110 | 1011 | 1000101 | 0 | 1011111 | 1101 | 1101000 | 1011011 | 101110 |
Color Harmonies of #44DE0B
Complementary color
Monochromatic Colors of #44DE0B
Black with #44DE0B
Text Example
Text Example
White with #44DE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DE0B; }
p { color: rgb(68,222,11); }
H1.HeaderClassName
{
color: #44DE0B;
}
.AnyTagClassName
{
color: #44DE0B;
}
</style>
background-color css
<style>
a { background-color: #44DE0B; }
a { background-color: rgb(68,222,11); }
div.DivClassName
{
background-color: #44DE0B;
}
.BgClassName
{
background-color: #44DE0B;
}
</style>
border-color css
<style>
span { border-color: #44DE0B; }
span { border-color: rgb(68,222,11); }
td.TdClassName
{
border-color: #44DE0B;
}
.TagClassName
{
border-color: #44DE0B;
}
</style>