Shades of Harlequin #4AFB17
Tints of Harlequin #4AFB17
RGB
CMYK
RGB Variations
Color information
#4AFB17 (or 0x4AFB17) is known color: Harlequin. HEX triplet: 4A, FB and 17. RGB value is (74,251,23). Sum of RGB (Red+Green+Blue) = 74+251+23=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 251 (98.44% from 255 or 72.13% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB17 is #B504E8. Grayscale: #ACACAC. Windows color (decimal): -11863273 or 1571658. OLE color: 1571658.
HSL color Cylindrical-coordinate representation of color #4AFB17: hue angle of 106.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AFB17 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 23 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.02 |
| HSL | 106.58º | 0.97% | 0.54% | - |
| HSV(B) | 106.58º | 0.91% | 0.98% | - |
| XYZ | 37.48 | 70.51 | 12.45 | - |
| YUV | 172.09 | 43.86 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 23 | 0.71 | 0 | 0.91 | 0.02 | 106.58 | 0.97 | 0.54 |
| Hex | 4A | FB | 17 | 47 | 0 | 5B | 2 | 6B | 61 | 36 |
| Octal | 112 | 373 | 27 | 107 | 0 | 133 | 2 | 153 | 141 | 66 |
| Binary | 1001010 | 11111011 | 10111 | 1000111 | 0 | 1011011 | 10 | 1101011 | 1100001 | 110110 |
Color Harmonies of #4AFB17
Complementary color
Monochromatic Colors of #4AFB17
Black with #4AFB17
Text Example
Text Example
White with #4AFB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB17; }
p { color: rgb(74,251,23); }
H1.HeaderClassName
{
color: #4AFB17;
}
.AnyTagClassName
{
color: #4AFB17;
}
</style>
background-color css
<style>
a { background-color: #4AFB17; }
a { background-color: rgb(74,251,23); }
div.DivClassName
{
background-color: #4AFB17;
}
.BgClassName
{
background-color: #4AFB17;
}
</style>
border-color css
<style>
span { border-color: #4AFB17; }
span { border-color: rgb(74,251,23); }
td.TdClassName
{
border-color: #4AFB17;
}
.TagClassName
{
border-color: #4AFB17;
}
</style>