Shades of Harlequin #44F215
Tints of Harlequin #44F215
RGB
CMYK
RGB Variations
Color information
#44F215 (or 0x44F215) is known color: Harlequin. HEX triplet: 44, F2 and 15. RGB value is (68,242,21). Sum of RGB (Red+Green+Blue) = 68+242+21=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #44F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F215 is #BB0DEA. Grayscale: #A5A5A5. Windows color (decimal): -12258795 or 1438276. OLE color: 1438276.
HSL color Cylindrical-coordinate representation of color #44F215: hue angle of 107.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44F215 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 21 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.05 |
| HSL | 107.24º | 0.89% | 0.52% | - |
| HSV(B) | 107.24º | 0.91% | 0.95% | - |
| XYZ | 34.27 | 64.79 | 11.41 | - |
| YUV | 164.78 | 46.85 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 21 | 0.72 | 0 | 0.91 | 0.05 | 107.24 | 0.89 | 0.52 |
| Hex | 44 | F2 | 15 | 48 | 0 | 5B | 5 | 6B | 59 | 34 |
| Octal | 104 | 362 | 25 | 110 | 0 | 133 | 5 | 153 | 131 | 64 |
| Binary | 1000100 | 11110010 | 10101 | 1001000 | 0 | 1011011 | 101 | 1101011 | 1011001 | 110100 |
Color Harmonies of #44F215
Complementary color
Monochromatic Colors of #44F215
Black with #44F215
Text Example
Text Example
White with #44F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F215; }
p { color: rgb(68,242,21); }
H1.HeaderClassName
{
color: #44F215;
}
.AnyTagClassName
{
color: #44F215;
}
</style>
background-color css
<style>
a { background-color: #44F215; }
a { background-color: rgb(68,242,21); }
div.DivClassName
{
background-color: #44F215;
}
.BgClassName
{
background-color: #44F215;
}
</style>
border-color css
<style>
span { border-color: #44F215; }
span { border-color: rgb(68,242,21); }
td.TdClassName
{
border-color: #44F215;
}
.TagClassName
{
border-color: #44F215;
}
</style>