Shades of Harlequin #4AF801
Tints of Harlequin #4AF801
RGB
CMYK
RGB Variations
Color information
#4AF801 (or 0x4AF801) is known color: Harlequin. HEX triplet: 4A, F8 and 01. RGB value is (74,248,1). Sum of RGB (Red+Green+Blue) = 74+248+1=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF801 is #B507FE. Grayscale: #A8A8A8. Windows color (decimal): -11864063 or 129098. OLE color: 129098.
HSL color Cylindrical-coordinate representation of color #4AF801: hue angle of 102.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF801 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 1 | - |
| CMYK | 0.70 | 0 | 1.00 | 0.03 |
| HSL | 102.27º | 0.99% | 0.49% | - |
| HSV(B) | 102.27º | 1% | 0.97% | - |
| XYZ | 36.4 | 68.59 | 11.35 | - |
| YUV | 167.82 | 33.85 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 1 | 0.70 | 0 | 1.00 | 0.03 | 102.27 | 0.99 | 0.49 |
| Hex | 4A | F8 | 1 | 46 | 0 | 64 | 3 | 66 | 63 | 31 |
| Octal | 112 | 370 | 1 | 106 | 0 | 144 | 3 | 146 | 143 | 61 |
| Binary | 1001010 | 11111000 | 1 | 1000110 | 0 | 1100100 | 11 | 1100110 | 1100011 | 110001 |
Color Harmonies of #4AF801
Complementary color
Monochromatic Colors of #4AF801
Black with #4AF801
Text Example
Text Example
White with #4AF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF801; }
p { color: rgb(74,248,1); }
H1.HeaderClassName
{
color: #4AF801;
}
.AnyTagClassName
{
color: #4AF801;
}
</style>
background-color css
<style>
a { background-color: #4AF801; }
a { background-color: rgb(74,248,1); }
div.DivClassName
{
background-color: #4AF801;
}
.BgClassName
{
background-color: #4AF801;
}
</style>
border-color css
<style>
span { border-color: #4AF801; }
span { border-color: rgb(74,248,1); }
td.TdClassName
{
border-color: #4AF801;
}
.TagClassName
{
border-color: #4AF801;
}
</style>