Shades of Harlequin #4AE008
Tints of Harlequin #4AE008
RGB
CMYK
RGB Variations
Color information
#4AE008 (or 0x4AE008) is known color: Harlequin. HEX triplet: 4A, E0 and 08. RGB value is (74,224,8). Sum of RGB (Red+Green+Blue) = 74+224+8=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE008 is #B51FF7. Grayscale: #9B9B9B. Windows color (decimal): -11870200 or 581706. OLE color: 581706.
HSL color Cylindrical-coordinate representation of color #4AE008: hue angle of 101.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AE008 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.12 |
| HSL | 101.67º | 0.93% | 0.45% | - |
| HSV(B) | 101.67º | 0.96% | 0.88% | - |
| XYZ | 29.52 | 54.78 | 9.25 | - |
| YUV | 154.53 | 45.31 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 8 | 0.67 | 0 | 0.96 | 0.12 | 101.67 | 0.93 | 0.45 |
| Hex | 4A | E0 | 8 | 43 | 0 | 60 | C | 66 | 5D | 2D |
| Octal | 112 | 340 | 10 | 103 | 0 | 140 | 14 | 146 | 135 | 55 |
| Binary | 1001010 | 11100000 | 1000 | 1000011 | 0 | 1100000 | 1100 | 1100110 | 1011101 | 101101 |
Color Harmonies of #4AE008
Complementary color
Monochromatic Colors of #4AE008
Black with #4AE008
Text Example
Text Example
White with #4AE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE008; }
p { color: rgb(74,224,8); }
H1.HeaderClassName
{
color: #4AE008;
}
.AnyTagClassName
{
color: #4AE008;
}
</style>
background-color css
<style>
a { background-color: #4AE008; }
a { background-color: rgb(74,224,8); }
div.DivClassName
{
background-color: #4AE008;
}
.BgClassName
{
background-color: #4AE008;
}
</style>
border-color css
<style>
span { border-color: #4AE008; }
span { border-color: rgb(74,224,8); }
td.TdClassName
{
border-color: #4AE008;
}
.TagClassName
{
border-color: #4AE008;
}
</style>