Shades of Harlequin #4AE80C
Tints of Harlequin #4AE80C
RGB
CMYK
RGB Variations
Color information
#4AE80C (or 0x4AE80C) is known color: Harlequin. HEX triplet: 4A, E8 and 0C. RGB value is (74,232,12). Sum of RGB (Red+Green+Blue) = 74+232+12=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE80C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE80C is #B517F3. Grayscale: #A0A0A0. Windows color (decimal): -11868148 or 845898. OLE color: 845898.
HSL color Cylindrical-coordinate representation of color #4AE80C: hue angle of 103.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AE80C is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 232 | 12 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.09 |
| HSL | 103.09º | 0.9% | 0.48% | - |
| HSV(B) | 103.09º | 0.95% | 0.91% | - |
| XYZ | 31.75 | 59.2 | 10.1 | - |
| YUV | 159.68 | 44.65 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 232 | 12 | 0.68 | 0 | 0.95 | 0.09 | 103.09 | 0.9 | 0.48 |
| Hex | 4A | E8 | C | 44 | 0 | 5F | 9 | 67 | 5A | 30 |
| Octal | 112 | 350 | 14 | 104 | 0 | 137 | 11 | 147 | 132 | 60 |
| Binary | 1001010 | 11101000 | 1100 | 1000100 | 0 | 1011111 | 1001 | 1100111 | 1011010 | 110000 |
Color Harmonies of #4AE80C
Complementary color
Monochromatic Colors of #4AE80C
Black with #4AE80C
Text Example
Text Example
White with #4AE80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE80C; }
p { color: rgb(74,232,12); }
H1.HeaderClassName
{
color: #4AE80C;
}
.AnyTagClassName
{
color: #4AE80C;
}
</style>
background-color css
<style>
a { background-color: #4AE80C; }
a { background-color: rgb(74,232,12); }
div.DivClassName
{
background-color: #4AE80C;
}
.BgClassName
{
background-color: #4AE80C;
}
</style>
border-color css
<style>
span { border-color: #4AE80C; }
span { border-color: rgb(74,232,12); }
td.TdClassName
{
border-color: #4AE80C;
}
.TagClassName
{
border-color: #4AE80C;
}
</style>