Shades of Harlequin #4AF902
Tints of Harlequin #4AF902
RGB
CMYK
RGB Variations
Color information
#4AF902 (or 0x4AF902) is known color: Harlequin. HEX triplet: 4A, F9 and 02. RGB value is (74,249,2). Sum of RGB (Red+Green+Blue) = 74+249+2=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 249 (97.66% from 255 or 76.62% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF902 is #B506FD. Grayscale: #A9A9A9. Windows color (decimal): -11863806 or 194890. OLE color: 194890.
HSL color Cylindrical-coordinate representation of color #4AF902: hue angle of 102.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AF902 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.02 |
| HSL | 102.51º | 0.98% | 0.49% | - |
| HSV(B) | 102.51º | 0.99% | 0.98% | - |
| XYZ | 36.71 | 69.21 | 11.48 | - |
| YUV | 168.52 | 34.02 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 2 | 0.70 | 0 | 0.99 | 0.02 | 102.51 | 0.98 | 0.49 |
| Hex | 4A | F9 | 2 | 46 | 0 | 63 | 2 | 67 | 62 | 31 |
| Octal | 112 | 371 | 2 | 106 | 0 | 143 | 2 | 147 | 142 | 61 |
| Binary | 1001010 | 11111001 | 10 | 1000110 | 0 | 1100011 | 10 | 1100111 | 1100010 | 110001 |
Color Harmonies of #4AF902
Complementary color
Monochromatic Colors of #4AF902
Black with #4AF902
Text Example
Text Example
White with #4AF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF902; }
p { color: rgb(74,249,2); }
H1.HeaderClassName
{
color: #4AF902;
}
.AnyTagClassName
{
color: #4AF902;
}
</style>
background-color css
<style>
a { background-color: #4AF902; }
a { background-color: rgb(74,249,2); }
div.DivClassName
{
background-color: #4AF902;
}
.BgClassName
{
background-color: #4AF902;
}
</style>
border-color css
<style>
span { border-color: #4AF902; }
span { border-color: rgb(74,249,2); }
td.TdClassName
{
border-color: #4AF902;
}
.TagClassName
{
border-color: #4AF902;
}
</style>