Shades of Harlequin #4AF702
Tints of Harlequin #4AF702
RGB
CMYK
RGB Variations
Color information
#4AF702 (or 0x4AF702) is known color: Harlequin. HEX triplet: 4A, F7 and 02. RGB value is (74,247,2). Sum of RGB (Red+Green+Blue) = 74+247+2=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF702 is #B508FD. Grayscale: #A8A8A8. Windows color (decimal): -11864318 or 194378. OLE color: 194378.
HSL color Cylindrical-coordinate representation of color #4AF702: hue angle of 102.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AF702 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.03 |
| HSL | 102.37º | 0.98% | 0.49% | - |
| HSV(B) | 102.37º | 0.99% | 0.97% | - |
| XYZ | 36.1 | 67.98 | 11.28 | - |
| YUV | 167.34 | 34.69 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 2 | 0.70 | 0 | 0.99 | 0.03 | 102.37 | 0.98 | 0.49 |
| Hex | 4A | F7 | 2 | 46 | 0 | 63 | 3 | 66 | 62 | 31 |
| Octal | 112 | 367 | 2 | 106 | 0 | 143 | 3 | 146 | 142 | 61 |
| Binary | 1001010 | 11110111 | 10 | 1000110 | 0 | 1100011 | 11 | 1100110 | 1100010 | 110001 |
Color Harmonies of #4AF702
Complementary color
Monochromatic Colors of #4AF702
Black with #4AF702
Text Example
Text Example
White with #4AF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF702; }
p { color: rgb(74,247,2); }
H1.HeaderClassName
{
color: #4AF702;
}
.AnyTagClassName
{
color: #4AF702;
}
</style>
background-color css
<style>
a { background-color: #4AF702; }
a { background-color: rgb(74,247,2); }
div.DivClassName
{
background-color: #4AF702;
}
.BgClassName
{
background-color: #4AF702;
}
</style>
border-color css
<style>
span { border-color: #4AF702; }
span { border-color: rgb(74,247,2); }
td.TdClassName
{
border-color: #4AF702;
}
.TagClassName
{
border-color: #4AF702;
}
</style>