Shades of Harlequin #4AF201
Tints of Harlequin #4AF201
RGB
CMYK
RGB Variations
Color information
#4AF201 (or 0x4AF201) is known color: Harlequin. HEX triplet: 4A, F2 and 01. RGB value is (74,242,1). Sum of RGB (Red+Green+Blue) = 74+242+1=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 242 (94.92% from 255 or 76.34% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF201 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF201 is #B50DFE. Grayscale: #A5A5A5. Windows color (decimal): -11865599 or 127562. OLE color: 127562.
HSL color Cylindrical-coordinate representation of color #4AF201: hue angle of 101.83º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF201 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0.05 |
| HSL | 101.83º | 0.99% | 0.48% | - |
| HSV(B) | 101.83º | 1% | 0.95% | - |
| XYZ | 34.58 | 64.96 | 10.75 | - |
| YUV | 164.29 | 35.84 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 1 | 0.69 | 0 | 1.00 | 0.05 | 101.83 | 0.99 | 0.48 |
| Hex | 4A | F2 | 1 | 45 | 0 | 64 | 5 | 66 | 63 | 30 |
| Octal | 112 | 362 | 1 | 105 | 0 | 144 | 5 | 146 | 143 | 60 |
| Binary | 1001010 | 11110010 | 1 | 1000101 | 0 | 1100100 | 101 | 1100110 | 1100011 | 110000 |
Color Harmonies of #4AF201
Complementary color
Monochromatic Colors of #4AF201
Black with #4AF201
Text Example
Text Example
White with #4AF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF201; }
p { color: rgb(74,242,1); }
H1.HeaderClassName
{
color: #4AF201;
}
.AnyTagClassName
{
color: #4AF201;
}
</style>
background-color css
<style>
a { background-color: #4AF201; }
a { background-color: rgb(74,242,1); }
div.DivClassName
{
background-color: #4AF201;
}
.BgClassName
{
background-color: #4AF201;
}
</style>
border-color css
<style>
span { border-color: #4AF201; }
span { border-color: rgb(74,242,1); }
td.TdClassName
{
border-color: #4AF201;
}
.TagClassName
{
border-color: #4AF201;
}
</style>