Shades of Harlequin #4AEB02
Tints of Harlequin #4AEB02
RGB
CMYK
RGB Variations
Color information
#4AEB02 (or 0x4AEB02) is known color: Harlequin. HEX triplet: 4A, EB and 02. RGB value is (74,235,2). Sum of RGB (Red+Green+Blue) = 74+235+2=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 235 (92.19% from 255 or 75.56% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEB02 is #B514FD. Grayscale: #A1A1A1. Windows color (decimal): -11867390 or 191306. OLE color: 191306.
HSL color Cylindrical-coordinate representation of color #4AEB02: hue angle of 101.46º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AEB02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.08 |
| HSL | 101.46º | 0.98% | 0.46% | - |
| HSV(B) | 101.46º | 0.99% | 0.92% | - |
| XYZ | 32.54 | 60.88 | 10.09 | - |
| YUV | 160.3 | 38.66 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 2 | 0.69 | 0 | 0.99 | 0.08 | 101.46 | 0.98 | 0.46 |
| Hex | 4A | EB | 2 | 45 | 0 | 63 | 8 | 65 | 62 | 2E |
| Octal | 112 | 353 | 2 | 105 | 0 | 143 | 10 | 145 | 142 | 56 |
| Binary | 1001010 | 11101011 | 10 | 1000101 | 0 | 1100011 | 1000 | 1100101 | 1100010 | 101110 |
Color Harmonies of #4AEB02
Complementary color
Monochromatic Colors of #4AEB02
Black with #4AEB02
Text Example
Text Example
White with #4AEB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEB02; }
p { color: rgb(74,235,2); }
H1.HeaderClassName
{
color: #4AEB02;
}
.AnyTagClassName
{
color: #4AEB02;
}
</style>
background-color css
<style>
a { background-color: #4AEB02; }
a { background-color: rgb(74,235,2); }
div.DivClassName
{
background-color: #4AEB02;
}
.BgClassName
{
background-color: #4AEB02;
}
</style>
border-color css
<style>
span { border-color: #4AEB02; }
span { border-color: rgb(74,235,2); }
td.TdClassName
{
border-color: #4AEB02;
}
.TagClassName
{
border-color: #4AEB02;
}
</style>