Shades of Harlequin #44F115
Tints of Harlequin #44F115
RGB
CMYK
RGB Variations
Color information
#44F115 (or 0x44F115) is known color: Harlequin. HEX triplet: 44, F1 and 15. RGB value is (68,241,21). Sum of RGB (Red+Green+Blue) = 68+241+21=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #44F115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F115 is #BB0EEA. Grayscale: #A4A4A4. Windows color (decimal): -12259051 or 1438020. OLE color: 1438020.
HSL color Cylindrical-coordinate representation of color #44F115: hue angle of 107.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44F115 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 241 | 21 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.05 |
| HSL | 107.18º | 0.89% | 0.51% | - |
| HSV(B) | 107.18º | 0.91% | 0.95% | - |
| XYZ | 33.97 | 64.19 | 11.31 | - |
| YUV | 164.19 | 47.19 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 21 | 0.72 | 0 | 0.91 | 0.05 | 107.18 | 0.89 | 0.51 |
| Hex | 44 | F1 | 15 | 48 | 0 | 5B | 5 | 6B | 59 | 33 |
| Octal | 104 | 361 | 25 | 110 | 0 | 133 | 5 | 153 | 131 | 63 |
| Binary | 1000100 | 11110001 | 10101 | 1001000 | 0 | 1011011 | 101 | 1101011 | 1011001 | 110011 |
Color Harmonies of #44F115
Complementary color
Monochromatic Colors of #44F115
Black with #44F115
Text Example
Text Example
White with #44F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F115; }
p { color: rgb(68,241,21); }
H1.HeaderClassName
{
color: #44F115;
}
.AnyTagClassName
{
color: #44F115;
}
</style>
background-color css
<style>
a { background-color: #44F115; }
a { background-color: rgb(68,241,21); }
div.DivClassName
{
background-color: #44F115;
}
.BgClassName
{
background-color: #44F115;
}
</style>
border-color css
<style>
span { border-color: #44F115; }
span { border-color: rgb(68,241,21); }
td.TdClassName
{
border-color: #44F115;
}
.TagClassName
{
border-color: #44F115;
}
</style>