Shades of Harlequin #4AF601
Tints of Harlequin #4AF601
RGB
CMYK
RGB Variations
Color information
#4AF601 (or 0x4AF601) is known color: Harlequin. HEX triplet: 4A, F6 and 01. RGB value is (74,246,1). Sum of RGB (Red+Green+Blue) = 74+246+1=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 246 (96.48% from 255 or 76.64% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF601 is #B509FE. Grayscale: #A7A7A7. Windows color (decimal): -11864575 or 128586. OLE color: 128586.
HSL color Cylindrical-coordinate representation of color #4AF601: hue angle of 102.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF601 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 1 | - |
| CMYK | 0.70 | 0 | 1.00 | 0.04 |
| HSL | 102.12º | 0.99% | 0.48% | - |
| HSV(B) | 102.12º | 1% | 0.96% | - |
| XYZ | 35.79 | 67.37 | 11.15 | - |
| YUV | 166.64 | 34.52 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 1 | 0.70 | 0 | 1.00 | 0.04 | 102.12 | 0.99 | 0.48 |
| Hex | 4A | F6 | 1 | 46 | 0 | 64 | 4 | 66 | 63 | 30 |
| Octal | 112 | 366 | 1 | 106 | 0 | 144 | 4 | 146 | 143 | 60 |
| Binary | 1001010 | 11110110 | 1 | 1000110 | 0 | 1100100 | 100 | 1100110 | 1100011 | 110000 |
Color Harmonies of #4AF601
Complementary color
Monochromatic Colors of #4AF601
Black with #4AF601
Text Example
Text Example
White with #4AF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF601; }
p { color: rgb(74,246,1); }
H1.HeaderClassName
{
color: #4AF601;
}
.AnyTagClassName
{
color: #4AF601;
}
</style>
background-color css
<style>
a { background-color: #4AF601; }
a { background-color: rgb(74,246,1); }
div.DivClassName
{
background-color: #4AF601;
}
.BgClassName
{
background-color: #4AF601;
}
</style>
border-color css
<style>
span { border-color: #4AF601; }
span { border-color: rgb(74,246,1); }
td.TdClassName
{
border-color: #4AF601;
}
.TagClassName
{
border-color: #4AF601;
}
</style>