Shades of Harlequin #4AF117
Tints of Harlequin #4AF117
RGB
CMYK
RGB Variations
Color information
#4AF117 (or 0x4AF117) is known color: Harlequin. HEX triplet: 4A, F1 and 17. RGB value is (74,241,23). Sum of RGB (Red+Green+Blue) = 74+241+23=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF117 is #B50EE8. Grayscale: #A6A6A6. Windows color (decimal): -11865833 or 1569098. OLE color: 1569098.
HSL color Cylindrical-coordinate representation of color #4AF117: hue angle of 105.96º 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 #4AF117 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.05 |
| HSL | 105.96º | 0.89% | 0.52% | - |
| HSV(B) | 105.96º | 0.9% | 0.95% | - |
| XYZ | 34.43 | 64.43 | 11.43 | - |
| YUV | 166.22 | 47.17 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 23 | 0.69 | 0 | 0.90 | 0.05 | 105.96 | 0.89 | 0.52 |
| Hex | 4A | F1 | 17 | 45 | 0 | 5A | 5 | 6A | 59 | 34 |
| Octal | 112 | 361 | 27 | 105 | 0 | 132 | 5 | 152 | 131 | 64 |
| Binary | 1001010 | 11110001 | 10111 | 1000101 | 0 | 1011010 | 101 | 1101010 | 1011001 | 110100 |
Color Harmonies of #4AF117
Complementary color
Monochromatic Colors of #4AF117
Black with #4AF117
Text Example
Text Example
White with #4AF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF117; }
p { color: rgb(74,241,23); }
H1.HeaderClassName
{
color: #4AF117;
}
.AnyTagClassName
{
color: #4AF117;
}
</style>
background-color css
<style>
a { background-color: #4AF117; }
a { background-color: rgb(74,241,23); }
div.DivClassName
{
background-color: #4AF117;
}
.BgClassName
{
background-color: #4AF117;
}
</style>
border-color css
<style>
span { border-color: #4AF117; }
span { border-color: rgb(74,241,23); }
td.TdClassName
{
border-color: #4AF117;
}
.TagClassName
{
border-color: #4AF117;
}
</style>