Shades of Harlequin #4AF301
Tints of Harlequin #4AF301
RGB
CMYK
RGB Variations
Color information
#4AF301 (or 0x4AF301) is known color: Harlequin. HEX triplet: 4A, F3 and 01. RGB value is (74,243,1). Sum of RGB (Red+Green+Blue) = 74+243+1=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF301 is #B50CFE. Grayscale: #A5A5A5. Windows color (decimal): -11865343 or 127818. OLE color: 127818.
HSL color Cylindrical-coordinate representation of color #4AF301: hue angle of 101.9º 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 #4AF301 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 1 | - |
| CMYK | 0.70 | 0 | 1.00 | 0.05 |
| HSL | 101.9º | 0.99% | 0.48% | - |
| HSV(B) | 101.9º | 1% | 0.95% | - |
| XYZ | 34.88 | 65.56 | 10.84 | - |
| YUV | 164.88 | 35.51 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 1 | 0.70 | 0 | 1.00 | 0.05 | 101.9 | 0.99 | 0.48 |
| Hex | 4A | F3 | 1 | 46 | 0 | 64 | 5 | 66 | 63 | 30 |
| Octal | 112 | 363 | 1 | 106 | 0 | 144 | 5 | 146 | 143 | 60 |
| Binary | 1001010 | 11110011 | 1 | 1000110 | 0 | 1100100 | 101 | 1100110 | 1100011 | 110000 |
Color Harmonies of #4AF301
Complementary color
Monochromatic Colors of #4AF301
Black with #4AF301
Text Example
Text Example
White with #4AF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF301; }
p { color: rgb(74,243,1); }
H1.HeaderClassName
{
color: #4AF301;
}
.AnyTagClassName
{
color: #4AF301;
}
</style>
background-color css
<style>
a { background-color: #4AF301; }
a { background-color: rgb(74,243,1); }
div.DivClassName
{
background-color: #4AF301;
}
.BgClassName
{
background-color: #4AF301;
}
</style>
border-color css
<style>
span { border-color: #4AF301; }
span { border-color: rgb(74,243,1); }
td.TdClassName
{
border-color: #4AF301;
}
.TagClassName
{
border-color: #4AF301;
}
</style>