Shades of Harlequin #4BE416
Tints of Harlequin #4BE416
RGB
CMYK
RGB Variations
Color information
#4BE416 (or 0x4BE416) is known color: Harlequin. HEX triplet: 4B, E4 and 16. RGB value is (75,228,22). Sum of RGB (Red+Green+Blue) = 75+228+22=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE416 is #B41BE9. Grayscale: #9F9F9F. Windows color (decimal): -11803626 or 1500235. OLE color: 1500235.
HSL color Cylindrical-coordinate representation of color #4BE416: hue angle of 104.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BE416 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 228 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.11 |
| HSL | 104.56º | 0.82% | 0.49% | - |
| HSV(B) | 104.56º | 0.9% | 0.89% | - |
| XYZ | 30.79 | 57.04 | 10.15 | - |
| YUV | 158.77 | 50.81 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 228 | 22 | 0.67 | 0 | 0.90 | 0.11 | 104.56 | 0.82 | 0.49 |
| Hex | 4B | E4 | 16 | 43 | 0 | 5A | B | 69 | 52 | 31 |
| Octal | 113 | 344 | 26 | 103 | 0 | 132 | 13 | 151 | 122 | 61 |
| Binary | 1001011 | 11100100 | 10110 | 1000011 | 0 | 1011010 | 1011 | 1101001 | 1010010 | 110001 |
Color Harmonies of #4BE416
Complementary color
Monochromatic Colors of #4BE416
Black with #4BE416
Text Example
Text Example
White with #4BE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE416; }
p { color: rgb(75,228,22); }
H1.HeaderClassName
{
color: #4BE416;
}
.AnyTagClassName
{
color: #4BE416;
}
</style>
background-color css
<style>
a { background-color: #4BE416; }
a { background-color: rgb(75,228,22); }
div.DivClassName
{
background-color: #4BE416;
}
.BgClassName
{
background-color: #4BE416;
}
</style>
border-color css
<style>
span { border-color: #4BE416; }
span { border-color: rgb(75,228,22); }
td.TdClassName
{
border-color: #4BE416;
}
.TagClassName
{
border-color: #4BE416;
}
</style>