Shades of Harlequin #4AF713
Tints of Harlequin #4AF713
RGB
CMYK
RGB Variations
Color information
#4AF713 (or 0x4AF713) is known color: Harlequin. HEX triplet: 4A, F7 and 13. RGB value is (74,247,19). Sum of RGB (Red+Green+Blue) = 74+247+19=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 247 (96.88% from 255 or 72.65% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF713 is #B508EC. Grayscale: #AAAAAA. Windows color (decimal): -11864301 or 1308490. OLE color: 1308490.
HSL color Cylindrical-coordinate representation of color #4AF713: hue angle of 105.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AF713 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.03 |
| HSL | 105.53º | 0.93% | 0.52% | - |
| HSV(B) | 105.53º | 0.92% | 0.97% | - |
| XYZ | 36.2 | 68.02 | 11.84 | - |
| YUV | 169.28 | 43.19 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 19 | 0.70 | 0 | 0.92 | 0.03 | 105.53 | 0.93 | 0.52 |
| Hex | 4A | F7 | 13 | 46 | 0 | 5C | 3 | 6A | 5D | 34 |
| Octal | 112 | 367 | 23 | 106 | 0 | 134 | 3 | 152 | 135 | 64 |
| Binary | 1001010 | 11110111 | 10011 | 1000110 | 0 | 1011100 | 11 | 1101010 | 1011101 | 110100 |
Color Harmonies of #4AF713
Complementary color
Monochromatic Colors of #4AF713
Black with #4AF713
Text Example
Text Example
White with #4AF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF713; }
p { color: rgb(74,247,19); }
H1.HeaderClassName
{
color: #4AF713;
}
.AnyTagClassName
{
color: #4AF713;
}
</style>
background-color css
<style>
a { background-color: #4AF713; }
a { background-color: rgb(74,247,19); }
div.DivClassName
{
background-color: #4AF713;
}
.BgClassName
{
background-color: #4AF713;
}
</style>
border-color css
<style>
span { border-color: #4AF713; }
span { border-color: rgb(74,247,19); }
td.TdClassName
{
border-color: #4AF713;
}
.TagClassName
{
border-color: #4AF713;
}
</style>