Shades of Harlequin #4AE603
Tints of Harlequin #4AE603
RGB
CMYK
RGB Variations
Color information
#4AE603 (or 0x4AE603) is known color: Harlequin. HEX triplet: 4A, E6 and 03. RGB value is (74,230,3). Sum of RGB (Red+Green+Blue) = 74+230+3=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE603 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE603 is #B519FC. Grayscale: #9E9E9E. Windows color (decimal): -11868669 or 255562. OLE color: 255562.
HSL color Cylindrical-coordinate representation of color #4AE603: hue angle of 101.23º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AE603 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 3 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.10 |
| HSL | 101.23º | 0.97% | 0.46% | - |
| HSV(B) | 101.23º | 0.99% | 0.9% | - |
| XYZ | 31.14 | 58.06 | 9.65 | - |
| YUV | 157.48 | 40.82 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 3 | 0.68 | 0 | 0.99 | 0.10 | 101.23 | 0.97 | 0.46 |
| Hex | 4A | E6 | 3 | 44 | 0 | 63 | A | 65 | 61 | 2E |
| Octal | 112 | 346 | 3 | 104 | 0 | 143 | 12 | 145 | 141 | 56 |
| Binary | 1001010 | 11100110 | 11 | 1000100 | 0 | 1100011 | 1010 | 1100101 | 1100001 | 101110 |
Color Harmonies of #4AE603
Complementary color
Monochromatic Colors of #4AE603
Black with #4AE603
Text Example
Text Example
White with #4AE603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE603; }
p { color: rgb(74,230,3); }
H1.HeaderClassName
{
color: #4AE603;
}
.AnyTagClassName
{
color: #4AE603;
}
</style>
background-color css
<style>
a { background-color: #4AE603; }
a { background-color: rgb(74,230,3); }
div.DivClassName
{
background-color: #4AE603;
}
.BgClassName
{
background-color: #4AE603;
}
</style>
border-color css
<style>
span { border-color: #4AE603; }
span { border-color: rgb(74,230,3); }
td.TdClassName
{
border-color: #4AE603;
}
.TagClassName
{
border-color: #4AE603;
}
</style>