Shades of Harlequin #44E30A
Tints of Harlequin #44E30A
RGB
CMYK
RGB Variations
Color information
#44E30A (or 0x44E30A) is known color: Harlequin. HEX triplet: 44, E3 and 0A. RGB value is (68,227,10). Sum of RGB (Red+Green+Blue) = 68+227+10=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #44E30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E30A is #BB1CF5. Grayscale: #9B9B9B. Windows color (decimal): -12262646 or 713540. OLE color: 713540.
HSL color Cylindrical-coordinate representation of color #44E30A: hue angle of 103.96º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44E30A is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 10 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.11 |
| HSL | 103.96º | 0.92% | 0.46% | - |
| HSV(B) | 103.96º | 0.96% | 0.89% | - |
| XYZ | 29.91 | 56.19 | 9.56 | - |
| YUV | 154.72 | 46.32 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 10 | 0.70 | 0 | 0.96 | 0.11 | 103.96 | 0.92 | 0.46 |
| Hex | 44 | E3 | A | 46 | 0 | 60 | B | 68 | 5C | 2E |
| Octal | 104 | 343 | 12 | 106 | 0 | 140 | 13 | 150 | 134 | 56 |
| Binary | 1000100 | 11100011 | 1010 | 1000110 | 0 | 1100000 | 1011 | 1101000 | 1011100 | 101110 |
Color Harmonies of #44E30A
Complementary color
Monochromatic Colors of #44E30A
Black with #44E30A
Text Example
Text Example
White with #44E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E30A; }
p { color: rgb(68,227,10); }
H1.HeaderClassName
{
color: #44E30A;
}
.AnyTagClassName
{
color: #44E30A;
}
</style>
background-color css
<style>
a { background-color: #44E30A; }
a { background-color: rgb(68,227,10); }
div.DivClassName
{
background-color: #44E30A;
}
.BgClassName
{
background-color: #44E30A;
}
</style>
border-color css
<style>
span { border-color: #44E30A; }
span { border-color: rgb(68,227,10); }
td.TdClassName
{
border-color: #44E30A;
}
.TagClassName
{
border-color: #44E30A;
}
</style>