Shades of Harlequin #4AF71D
Tints of Harlequin #4AF71D
RGB
CMYK
RGB Variations
Color information
#4AF71D (or 0x4AF71D) is known color: Harlequin. HEX triplet: 4A, F7 and 1D. RGB value is (74,247,29). Sum of RGB (Red+Green+Blue) = 74+247+29=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF71D is #B508E2. Grayscale: #ABABAB. Windows color (decimal): -11864291 or 1963850. OLE color: 1963850.
HSL color Cylindrical-coordinate representation of color #4AF71D: hue angle of 107.61º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AF71D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 29 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.03 |
| HSL | 107.61º | 0.93% | 0.54% | - |
| HSV(B) | 107.61º | 0.88% | 0.97% | - |
| XYZ | 36.31 | 68.07 | 12.39 | - |
| YUV | 170.42 | 48.19 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 29 | 0.70 | 0 | 0.88 | 0.03 | 107.61 | 0.93 | 0.54 |
| Hex | 4A | F7 | 1D | 46 | 0 | 58 | 3 | 6C | 5D | 36 |
| Octal | 112 | 367 | 35 | 106 | 0 | 130 | 3 | 154 | 135 | 66 |
| Binary | 1001010 | 11110111 | 11101 | 1000110 | 0 | 1011000 | 11 | 1101100 | 1011101 | 110110 |
Color Harmonies of #4AF71D
Complementary color
Monochromatic Colors of #4AF71D
Black with #4AF71D
Text Example
Text Example
White with #4AF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF71D; }
p { color: rgb(74,247,29); }
H1.HeaderClassName
{
color: #4AF71D;
}
.AnyTagClassName
{
color: #4AF71D;
}
</style>
background-color css
<style>
a { background-color: #4AF71D; }
a { background-color: rgb(74,247,29); }
div.DivClassName
{
background-color: #4AF71D;
}
.BgClassName
{
background-color: #4AF71D;
}
</style>
border-color css
<style>
span { border-color: #4AF71D; }
span { border-color: rgb(74,247,29); }
td.TdClassName
{
border-color: #4AF71D;
}
.TagClassName
{
border-color: #4AF71D;
}
</style>