Shades of Harlequin #4AFB0D
Tints of Harlequin #4AFB0D
RGB
CMYK
RGB Variations
Color information
#4AFB0D (or 0x4AFB0D) is known color: Harlequin. HEX triplet: 4A, FB and 0D. RGB value is (74,251,13). Sum of RGB (Red+Green+Blue) = 74+251+13=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 251 (98.44% from 255 or 74.26% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB0D is #B504F2. Grayscale: #ABABAB. Windows color (decimal): -11863283 or 916298. OLE color: 916298.
HSL color Cylindrical-coordinate representation of color #4AFB0D: hue angle of 104.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AFB0D is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 13 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.02 |
| HSL | 104.62º | 0.97% | 0.52% | - |
| HSV(B) | 104.62º | 0.95% | 0.98% | - |
| XYZ | 37.39 | 70.48 | 12.01 | - |
| YUV | 170.95 | 38.86 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 13 | 0.71 | 0 | 0.95 | 0.02 | 104.62 | 0.97 | 0.52 |
| Hex | 4A | FB | D | 47 | 0 | 5F | 2 | 69 | 61 | 34 |
| Octal | 112 | 373 | 15 | 107 | 0 | 137 | 2 | 151 | 141 | 64 |
| Binary | 1001010 | 11111011 | 1101 | 1000111 | 0 | 1011111 | 10 | 1101001 | 1100001 | 110100 |
Color Harmonies of #4AFB0D
Complementary color
Monochromatic Colors of #4AFB0D
Black with #4AFB0D
Text Example
Text Example
White with #4AFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB0D; }
p { color: rgb(74,251,13); }
H1.HeaderClassName
{
color: #4AFB0D;
}
.AnyTagClassName
{
color: #4AFB0D;
}
</style>
background-color css
<style>
a { background-color: #4AFB0D; }
a { background-color: rgb(74,251,13); }
div.DivClassName
{
background-color: #4AFB0D;
}
.BgClassName
{
background-color: #4AFB0D;
}
</style>
border-color css
<style>
span { border-color: #4AFB0D; }
span { border-color: rgb(74,251,13); }
td.TdClassName
{
border-color: #4AFB0D;
}
.TagClassName
{
border-color: #4AFB0D;
}
</style>