Shades of Harlequin #4AF918
Tints of Harlequin #4AF918
RGB
CMYK
RGB Variations
Color information
#4AF918 (or 0x4AF918) is known color: Harlequin. HEX triplet: 4A, F9 and 18. RGB value is (74,249,24). Sum of RGB (Red+Green+Blue) = 74+249+24=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF918 is #B506E7. Grayscale: #ABABAB. Windows color (decimal): -11863784 or 1636682. OLE color: 1636682.
HSL color Cylindrical-coordinate representation of color #4AF918: hue angle of 106.67º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AF918 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 24 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.02 |
| HSL | 106.67º | 0.95% | 0.54% | - |
| HSV(B) | 106.67º | 0.9% | 0.98% | - |
| XYZ | 36.86 | 69.27 | 12.29 | - |
| YUV | 171.03 | 45.02 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 24 | 0.70 | 0 | 0.90 | 0.02 | 106.67 | 0.95 | 0.54 |
| Hex | 4A | F9 | 18 | 46 | 0 | 5A | 2 | 6B | 5F | 36 |
| Octal | 112 | 371 | 30 | 106 | 0 | 132 | 2 | 153 | 137 | 66 |
| Binary | 1001010 | 11111001 | 11000 | 1000110 | 0 | 1011010 | 10 | 1101011 | 1011111 | 110110 |
Color Harmonies of #4AF918
Complementary color
Monochromatic Colors of #4AF918
Black with #4AF918
Text Example
Text Example
White with #4AF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF918; }
p { color: rgb(74,249,24); }
H1.HeaderClassName
{
color: #4AF918;
}
.AnyTagClassName
{
color: #4AF918;
}
</style>
background-color css
<style>
a { background-color: #4AF918; }
a { background-color: rgb(74,249,24); }
div.DivClassName
{
background-color: #4AF918;
}
.BgClassName
{
background-color: #4AF918;
}
</style>
border-color css
<style>
span { border-color: #4AF918; }
span { border-color: rgb(74,249,24); }
td.TdClassName
{
border-color: #4AF918;
}
.TagClassName
{
border-color: #4AF918;
}
</style>