Shades of Harlequin #44F328
Tints of Harlequin #44F328
RGB
CMYK
RGB Variations
Color information
#44F328 (or 0x44F328) is known color: Harlequin. HEX triplet: 44, F3 and 28. RGB value is (68,243,40). Sum of RGB (Red+Green+Blue) = 68+243+40=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #44F328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F328 is #BB0CD7. Grayscale: #A8A8A8. Windows color (decimal): -12258520 or 2683716. OLE color: 2683716.
HSL color Cylindrical-coordinate representation of color #44F328: hue angle of 111.72º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44F328 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 243 | 40 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.05 |
| HSL | 111.72º | 0.89% | 0.55% | - |
| HSV(B) | 111.72º | 0.84% | 0.95% | - |
| XYZ | 34.82 | 65.48 | 12.81 | - |
| YUV | 167.53 | 56.02 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 243 | 40 | 0.72 | 0 | 0.84 | 0.05 | 111.72 | 0.89 | 0.55 |
| Hex | 44 | F3 | 28 | 48 | 0 | 54 | 5 | 70 | 59 | 37 |
| Octal | 104 | 363 | 50 | 110 | 0 | 124 | 5 | 160 | 131 | 67 |
| Binary | 1000100 | 11110011 | 101000 | 1001000 | 0 | 1010100 | 101 | 1110000 | 1011001 | 110111 |
Color Harmonies of #44F328
Complementary color
Monochromatic Colors of #44F328
Black with #44F328
Text Example
Text Example
White with #44F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F328; }
p { color: rgb(68,243,40); }
H1.HeaderClassName
{
color: #44F328;
}
.AnyTagClassName
{
color: #44F328;
}
</style>
background-color css
<style>
a { background-color: #44F328; }
a { background-color: rgb(68,243,40); }
div.DivClassName
{
background-color: #44F328;
}
.BgClassName
{
background-color: #44F328;
}
</style>
border-color css
<style>
span { border-color: #44F328; }
span { border-color: rgb(68,243,40); }
td.TdClassName
{
border-color: #44F328;
}
.TagClassName
{
border-color: #44F328;
}
</style>