Shades of Harlequin #4AF91D
Tints of Harlequin #4AF91D
RGB
CMYK
RGB Variations
Color information
#4AF91D (or 0x4AF91D) is known color: Harlequin. HEX triplet: 4A, F9 and 1D. RGB value is (74,249,29). Sum of RGB (Red+Green+Blue) = 74+249+29=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF91D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF91D is #B506E2. Grayscale: #ACACAC. Windows color (decimal): -11863779 or 1964362. OLE color: 1964362.
HSL color Cylindrical-coordinate representation of color #4AF91D: hue angle of 107.73º 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 #4AF91D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 29 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.02 |
| HSL | 107.73º | 0.95% | 0.55% | - |
| HSV(B) | 107.73º | 0.88% | 0.98% | - |
| XYZ | 36.92 | 69.3 | 12.59 | - |
| YUV | 171.6 | 47.52 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 29 | 0.70 | 0 | 0.88 | 0.02 | 107.73 | 0.95 | 0.55 |
| Hex | 4A | F9 | 1D | 46 | 0 | 58 | 2 | 6C | 5F | 37 |
| Octal | 112 | 371 | 35 | 106 | 0 | 130 | 2 | 154 | 137 | 67 |
| Binary | 1001010 | 11111001 | 11101 | 1000110 | 0 | 1011000 | 10 | 1101100 | 1011111 | 110111 |
Color Harmonies of #4AF91D
Complementary color
Monochromatic Colors of #4AF91D
Black with #4AF91D
Text Example
Text Example
White with #4AF91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF91D; }
p { color: rgb(74,249,29); }
H1.HeaderClassName
{
color: #4AF91D;
}
.AnyTagClassName
{
color: #4AF91D;
}
</style>
background-color css
<style>
a { background-color: #4AF91D; }
a { background-color: rgb(74,249,29); }
div.DivClassName
{
background-color: #4AF91D;
}
.BgClassName
{
background-color: #4AF91D;
}
</style>
border-color css
<style>
span { border-color: #4AF91D; }
span { border-color: rgb(74,249,29); }
td.TdClassName
{
border-color: #4AF91D;
}
.TagClassName
{
border-color: #4AF91D;
}
</style>