Shades of Harlequin #4AFE31
Tints of Harlequin #4AFE31
RGB
CMYK
RGB Variations
Color information
#4AFE31 (or 0x4AFE31) is known color: Harlequin. HEX triplet: 4A, FE and 31. RGB value is (74,254,49). Sum of RGB (Red+Green+Blue) = 74+254+49=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE31 is #B501CE. Grayscale: #B1B1B1. Windows color (decimal): -11862479 or 3276362. OLE color: 3276362.
HSL color Cylindrical-coordinate representation of color #4AFE31: hue angle of 112.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AFE31 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 49 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.00 |
| HSL | 112.68º | 0.99% | 0.59% | - |
| HSV(B) | 112.68º | 0.81% | 1% | - |
| XYZ | 38.82 | 72.56 | 14.87 | - |
| YUV | 176.81 | 55.87 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 49 | 0.71 | 0 | 0.81 | 0.00 | 112.68 | 0.99 | 0.59 |
| Hex | 4A | FE | 31 | 47 | 0 | 51 | 0 | 71 | 63 | 3B |
| Octal | 112 | 376 | 61 | 107 | 0 | 121 | 0 | 161 | 143 | 73 |
| Binary | 1001010 | 11111110 | 110001 | 1000111 | 0 | 1010001 | 0 | 1110001 | 1100011 | 111011 |
Color Harmonies of #4AFE31
Complementary color
Monochromatic Colors of #4AFE31
Black with #4AFE31
Text Example
Text Example
White with #4AFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE31; }
p { color: rgb(74,254,49); }
H1.HeaderClassName
{
color: #4AFE31;
}
.AnyTagClassName
{
color: #4AFE31;
}
</style>
background-color css
<style>
a { background-color: #4AFE31; }
a { background-color: rgb(74,254,49); }
div.DivClassName
{
background-color: #4AFE31;
}
.BgClassName
{
background-color: #4AFE31;
}
</style>
border-color css
<style>
span { border-color: #4AFE31; }
span { border-color: rgb(74,254,49); }
td.TdClassName
{
border-color: #4AFE31;
}
.TagClassName
{
border-color: #4AFE31;
}
</style>