Shades of Harlequin #4AE007
Tints of Harlequin #4AE007
RGB
CMYK
RGB Variations
Color information
#4AE007 (or 0x4AE007) is known color: Harlequin. HEX triplet: 4A, E0 and 07. RGB value is (74,224,7). Sum of RGB (Red+Green+Blue) = 74+224+7=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE007 is #B51FF8. Grayscale: #9B9B9B. Windows color (decimal): -11870201 or 516170. OLE color: 516170.
HSL color Cylindrical-coordinate representation of color #4AE007: hue angle of 101.47º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AE007 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 7 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.12 |
| HSL | 101.47º | 0.94% | 0.45% | - |
| HSV(B) | 101.47º | 0.97% | 0.88% | - |
| XYZ | 29.52 | 54.78 | 9.22 | - |
| YUV | 154.41 | 44.81 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 7 | 0.67 | 0 | 0.97 | 0.12 | 101.47 | 0.94 | 0.45 |
| Hex | 4A | E0 | 7 | 43 | 0 | 61 | C | 65 | 5E | 2D |
| Octal | 112 | 340 | 7 | 103 | 0 | 141 | 14 | 145 | 136 | 55 |
| Binary | 1001010 | 11100000 | 111 | 1000011 | 0 | 1100001 | 1100 | 1100101 | 1011110 | 101101 |
Color Harmonies of #4AE007
Complementary color
Monochromatic Colors of #4AE007
Black with #4AE007
Text Example
Text Example
White with #4AE007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE007; }
p { color: rgb(74,224,7); }
H1.HeaderClassName
{
color: #4AE007;
}
.AnyTagClassName
{
color: #4AE007;
}
</style>
background-color css
<style>
a { background-color: #4AE007; }
a { background-color: rgb(74,224,7); }
div.DivClassName
{
background-color: #4AE007;
}
.BgClassName
{
background-color: #4AE007;
}
</style>
border-color css
<style>
span { border-color: #4AE007; }
span { border-color: rgb(74,224,7); }
td.TdClassName
{
border-color: #4AE007;
}
.TagClassName
{
border-color: #4AE007;
}
</style>