Shades of Harlequin #4AFB0E
Tints of Harlequin #4AFB0E
RGB
CMYK
RGB Variations
Color information
#4AFB0E (or 0x4AFB0E) is known color: Harlequin. HEX triplet: 4A, FB and 0E. RGB value is (74,251,14). Sum of RGB (Red+Green+Blue) = 74+251+14=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB0E is #B504F1. Grayscale: #ABABAB. Windows color (decimal): -11863282 or 981834. OLE color: 981834.
HSL color Cylindrical-coordinate representation of color #4AFB0E: hue angle of 104.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AFB0E is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 14 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.02 |
| HSL | 104.81º | 0.97% | 0.52% | - |
| HSV(B) | 104.81º | 0.94% | 0.98% | - |
| XYZ | 37.4 | 70.48 | 12.05 | - |
| YUV | 171.06 | 39.36 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 14 | 0.71 | 0 | 0.94 | 0.02 | 104.81 | 0.97 | 0.52 |
| Hex | 4A | FB | E | 47 | 0 | 5E | 2 | 69 | 61 | 34 |
| Octal | 112 | 373 | 16 | 107 | 0 | 136 | 2 | 151 | 141 | 64 |
| Binary | 1001010 | 11111011 | 1110 | 1000111 | 0 | 1011110 | 10 | 1101001 | 1100001 | 110100 |
Color Harmonies of #4AFB0E
Complementary color
Monochromatic Colors of #4AFB0E
Black with #4AFB0E
Text Example
Text Example
White with #4AFB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB0E; }
p { color: rgb(74,251,14); }
H1.HeaderClassName
{
color: #4AFB0E;
}
.AnyTagClassName
{
color: #4AFB0E;
}
</style>
background-color css
<style>
a { background-color: #4AFB0E; }
a { background-color: rgb(74,251,14); }
div.DivClassName
{
background-color: #4AFB0E;
}
.BgClassName
{
background-color: #4AFB0E;
}
</style>
border-color css
<style>
span { border-color: #4AFB0E; }
span { border-color: rgb(74,251,14); }
td.TdClassName
{
border-color: #4AFB0E;
}
.TagClassName
{
border-color: #4AFB0E;
}
</style>