Shades of Harlequin #4AF311
Tints of Harlequin #4AF311
RGB
CMYK
RGB Variations
Color information
#4AF311 (or 0x4AF311) is known color: Harlequin. HEX triplet: 4A, F3 and 11. RGB value is (74,243,17). Sum of RGB (Red+Green+Blue) = 74+243+17=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF311 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF311 is #B50CEE. Grayscale: #A7A7A7. Windows color (decimal): -11865327 or 1176394. OLE color: 1176394.
HSL color Cylindrical-coordinate representation of color #4AF311: hue angle of 104.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF311 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 17 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.05 |
| HSL | 104.87º | 0.9% | 0.51% | - |
| HSV(B) | 104.87º | 0.93% | 0.95% | - |
| XYZ | 34.98 | 65.6 | 11.35 | - |
| YUV | 166.71 | 43.51 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 17 | 0.70 | 0 | 0.93 | 0.05 | 104.87 | 0.9 | 0.51 |
| Hex | 4A | F3 | 11 | 46 | 0 | 5D | 5 | 69 | 5A | 33 |
| Octal | 112 | 363 | 21 | 106 | 0 | 135 | 5 | 151 | 132 | 63 |
| Binary | 1001010 | 11110011 | 10001 | 1000110 | 0 | 1011101 | 101 | 1101001 | 1011010 | 110011 |
Color Harmonies of #4AF311
Complementary color
Monochromatic Colors of #4AF311
Black with #4AF311
Text Example
Text Example
White with #4AF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF311; }
p { color: rgb(74,243,17); }
H1.HeaderClassName
{
color: #4AF311;
}
.AnyTagClassName
{
color: #4AF311;
}
</style>
background-color css
<style>
a { background-color: #4AF311; }
a { background-color: rgb(74,243,17); }
div.DivClassName
{
background-color: #4AF311;
}
.BgClassName
{
background-color: #4AF311;
}
</style>
border-color css
<style>
span { border-color: #4AF311; }
span { border-color: rgb(74,243,17); }
td.TdClassName
{
border-color: #4AF311;
}
.TagClassName
{
border-color: #4AF311;
}
</style>