Shades of Harlequin #4AE103
Tints of Harlequin #4AE103
RGB
CMYK
RGB Variations
Color information
#4AE103 (or 0x4AE103) is known color: Harlequin. HEX triplet: 4A, E1 and 03. RGB value is (74,225,3). Sum of RGB (Red+Green+Blue) = 74+225+3=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE103 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE103 is #B51EFC. Grayscale: #9B9B9B. Windows color (decimal): -11869949 or 254282. OLE color: 254282.
HSL color Cylindrical-coordinate representation of color #4AE103: hue angle of 100.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AE103 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 225 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.12 |
| HSL | 100.81º | 0.97% | 0.45% | - |
| HSV(B) | 100.81º | 0.99% | 0.88% | - |
| XYZ | 29.77 | 55.31 | 9.19 | - |
| YUV | 154.54 | 42.47 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 225 | 3 | 0.67 | 0 | 0.99 | 0.12 | 100.81 | 0.97 | 0.45 |
| Hex | 4A | E1 | 3 | 43 | 0 | 63 | C | 65 | 61 | 2D |
| Octal | 112 | 341 | 3 | 103 | 0 | 143 | 14 | 145 | 141 | 55 |
| Binary | 1001010 | 11100001 | 11 | 1000011 | 0 | 1100011 | 1100 | 1100101 | 1100001 | 101101 |
Color Harmonies of #4AE103
Complementary color
Monochromatic Colors of #4AE103
Black with #4AE103
Text Example
Text Example
White with #4AE103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE103; }
p { color: rgb(74,225,3); }
H1.HeaderClassName
{
color: #4AE103;
}
.AnyTagClassName
{
color: #4AE103;
}
</style>
background-color css
<style>
a { background-color: #4AE103; }
a { background-color: rgb(74,225,3); }
div.DivClassName
{
background-color: #4AE103;
}
.BgClassName
{
background-color: #4AE103;
}
</style>
border-color css
<style>
span { border-color: #4AE103; }
span { border-color: rgb(74,225,3); }
td.TdClassName
{
border-color: #4AE103;
}
.TagClassName
{
border-color: #4AE103;
}
</style>