Shades of Harlequin #4AF61A
Tints of Harlequin #4AF61A
RGB
CMYK
RGB Variations
Color information
#4AF61A (or 0x4AF61A) is known color: Harlequin. HEX triplet: 4A, F6 and 1A. RGB value is (74,246,26). Sum of RGB (Red+Green+Blue) = 74+246+26=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 246 (96.48% from 255 or 71.10% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF61A is #B509E5. Grayscale: #AAAAAA. Windows color (decimal): -11864550 or 1766986. OLE color: 1766986.
HSL color Cylindrical-coordinate representation of color #4AF61A: hue angle of 106.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AF61A is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 26 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.04 |
| HSL | 106.91º | 0.92% | 0.53% | - |
| HSV(B) | 106.91º | 0.89% | 0.96% | - |
| XYZ | 35.97 | 67.44 | 12.1 | - |
| YUV | 169.49 | 47.02 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 26 | 0.70 | 0 | 0.89 | 0.04 | 106.91 | 0.92 | 0.53 |
| Hex | 4A | F6 | 1A | 46 | 0 | 59 | 4 | 6B | 5C | 35 |
| Octal | 112 | 366 | 32 | 106 | 0 | 131 | 4 | 153 | 134 | 65 |
| Binary | 1001010 | 11110110 | 11010 | 1000110 | 0 | 1011001 | 100 | 1101011 | 1011100 | 110101 |
Color Harmonies of #4AF61A
Complementary color
Monochromatic Colors of #4AF61A
Black with #4AF61A
Text Example
Text Example
White with #4AF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF61A; }
p { color: rgb(74,246,26); }
H1.HeaderClassName
{
color: #4AF61A;
}
.AnyTagClassName
{
color: #4AF61A;
}
</style>
background-color css
<style>
a { background-color: #4AF61A; }
a { background-color: rgb(74,246,26); }
div.DivClassName
{
background-color: #4AF61A;
}
.BgClassName
{
background-color: #4AF61A;
}
</style>
border-color css
<style>
span { border-color: #4AF61A; }
span { border-color: rgb(74,246,26); }
td.TdClassName
{
border-color: #4AF61A;
}
.TagClassName
{
border-color: #4AF61A;
}
</style>