Shades of Harlequin #4AF91E
Tints of Harlequin #4AF91E
RGB
CMYK
RGB Variations
Color information
#4AF91E (or 0x4AF91E) is known color: Harlequin. HEX triplet: 4A, F9 and 1E. RGB value is (74,249,30). Sum of RGB (Red+Green+Blue) = 74+249+30=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF91E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF91E is #B506E1. Grayscale: #ACACAC. Windows color (decimal): -11863778 or 2029898. OLE color: 2029898.
HSL color Cylindrical-coordinate representation of color #4AF91E: hue angle of 107.95º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AF91E is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 30 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.02 |
| HSL | 107.95º | 0.95% | 0.55% | - |
| HSV(B) | 107.95º | 0.88% | 0.98% | - |
| XYZ | 36.93 | 69.3 | 12.66 | - |
| YUV | 171.71 | 48.02 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 30 | 0.70 | 0 | 0.88 | 0.02 | 107.95 | 0.95 | 0.55 |
| Hex | 4A | F9 | 1E | 46 | 0 | 58 | 2 | 6C | 5F | 37 |
| Octal | 112 | 371 | 36 | 106 | 0 | 130 | 2 | 154 | 137 | 67 |
| Binary | 1001010 | 11111001 | 11110 | 1000110 | 0 | 1011000 | 10 | 1101100 | 1011111 | 110111 |
Color Harmonies of #4AF91E
Complementary color
Monochromatic Colors of #4AF91E
Black with #4AF91E
Text Example
Text Example
White with #4AF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF91E; }
p { color: rgb(74,249,30); }
H1.HeaderClassName
{
color: #4AF91E;
}
.AnyTagClassName
{
color: #4AF91E;
}
</style>
background-color css
<style>
a { background-color: #4AF91E; }
a { background-color: rgb(74,249,30); }
div.DivClassName
{
background-color: #4AF91E;
}
.BgClassName
{
background-color: #4AF91E;
}
</style>
border-color css
<style>
span { border-color: #4AF91E; }
span { border-color: rgb(74,249,30); }
td.TdClassName
{
border-color: #4AF91E;
}
.TagClassName
{
border-color: #4AF91E;
}
</style>