Shades of Harlequin #4AF118
Tints of Harlequin #4AF118
RGB
CMYK
RGB Variations
Color information
#4AF118 (or 0x4AF118) is known color: Harlequin. HEX triplet: 4A, F1 and 18. RGB value is (74,241,24). Sum of RGB (Red+Green+Blue) = 74+241+24=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF118 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF118 is #B50EE7. Grayscale: #A7A7A7. Windows color (decimal): -11865832 or 1634634. OLE color: 1634634.
HSL color Cylindrical-coordinate representation of color #4AF118: hue angle of 106.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AF118 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 24 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.05 |
| HSL | 106.18º | 0.89% | 0.52% | - |
| HSV(B) | 106.18º | 0.9% | 0.95% | - |
| XYZ | 34.44 | 64.43 | 11.49 | - |
| YUV | 166.33 | 47.67 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 24 | 0.69 | 0 | 0.90 | 0.05 | 106.18 | 0.89 | 0.52 |
| Hex | 4A | F1 | 18 | 45 | 0 | 5A | 5 | 6A | 59 | 34 |
| Octal | 112 | 361 | 30 | 105 | 0 | 132 | 5 | 152 | 131 | 64 |
| Binary | 1001010 | 11110001 | 11000 | 1000101 | 0 | 1011010 | 101 | 1101010 | 1011001 | 110100 |
Color Harmonies of #4AF118
Complementary color
Monochromatic Colors of #4AF118
Black with #4AF118
Text Example
Text Example
White with #4AF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF118; }
p { color: rgb(74,241,24); }
H1.HeaderClassName
{
color: #4AF118;
}
.AnyTagClassName
{
color: #4AF118;
}
</style>
background-color css
<style>
a { background-color: #4AF118; }
a { background-color: rgb(74,241,24); }
div.DivClassName
{
background-color: #4AF118;
}
.BgClassName
{
background-color: #4AF118;
}
</style>
border-color css
<style>
span { border-color: #4AF118; }
span { border-color: rgb(74,241,24); }
td.TdClassName
{
border-color: #4AF118;
}
.TagClassName
{
border-color: #4AF118;
}
</style>