Shades of Harlequin #4AF513
Tints of Harlequin #4AF513
RGB
CMYK
RGB Variations
Color information
#4AF513 (or 0x4AF513) is known color: Harlequin. HEX triplet: 4A, F5 and 13. RGB value is (74,245,19). Sum of RGB (Red+Green+Blue) = 74+245+19=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF513 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF513 is #B50AEC. Grayscale: #A8A8A8. Windows color (decimal): -11864813 or 1307978. OLE color: 1307978.
HSL color Cylindrical-coordinate representation of color #4AF513: hue angle of 105.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AF513 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.04 |
| HSL | 105.4º | 0.92% | 0.52% | - |
| HSV(B) | 105.4º | 0.92% | 0.96% | - |
| XYZ | 35.59 | 66.81 | 11.64 | - |
| YUV | 168.11 | 43.85 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 19 | 0.70 | 0 | 0.92 | 0.04 | 105.4 | 0.92 | 0.52 |
| Hex | 4A | F5 | 13 | 46 | 0 | 5C | 4 | 69 | 5C | 34 |
| Octal | 112 | 365 | 23 | 106 | 0 | 134 | 4 | 151 | 134 | 64 |
| Binary | 1001010 | 11110101 | 10011 | 1000110 | 0 | 1011100 | 100 | 1101001 | 1011100 | 110100 |
Color Harmonies of #4AF513
Complementary color
Monochromatic Colors of #4AF513
Black with #4AF513
Text Example
Text Example
White with #4AF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF513; }
p { color: rgb(74,245,19); }
H1.HeaderClassName
{
color: #4AF513;
}
.AnyTagClassName
{
color: #4AF513;
}
</style>
background-color css
<style>
a { background-color: #4AF513; }
a { background-color: rgb(74,245,19); }
div.DivClassName
{
background-color: #4AF513;
}
.BgClassName
{
background-color: #4AF513;
}
</style>
border-color css
<style>
span { border-color: #4AF513; }
span { border-color: rgb(74,245,19); }
td.TdClassName
{
border-color: #4AF513;
}
.TagClassName
{
border-color: #4AF513;
}
</style>