Shades of Harlequin #4BE516
Tints of Harlequin #4BE516
RGB
CMYK
RGB Variations
Color information
#4BE516 (or 0x4BE516) is known color: Harlequin. HEX triplet: 4B, E5 and 16. RGB value is (75,229,22). Sum of RGB (Red+Green+Blue) = 75+229+22=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BE516 is #B41AE9. Grayscale: #A0A0A0. Windows color (decimal): -11803370 or 1500491. OLE color: 1500491.
HSL color Cylindrical-coordinate representation of color #4BE516: hue angle of 104.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BE516 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 229 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.10 |
| HSL | 104.64º | 0.82% | 0.49% | - |
| HSV(B) | 104.64º | 0.9% | 0.9% | - |
| XYZ | 31.07 | 57.59 | 10.24 | - |
| YUV | 159.36 | 50.48 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 229 | 22 | 0.67 | 0 | 0.90 | 0.10 | 104.64 | 0.82 | 0.49 |
| Hex | 4B | E5 | 16 | 43 | 0 | 5A | A | 69 | 52 | 31 |
| Octal | 113 | 345 | 26 | 103 | 0 | 132 | 12 | 151 | 122 | 61 |
| Binary | 1001011 | 11100101 | 10110 | 1000011 | 0 | 1011010 | 1010 | 1101001 | 1010010 | 110001 |
Color Harmonies of #4BE516
Complementary color
Monochromatic Colors of #4BE516
Black with #4BE516
Text Example
Text Example
White with #4BE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE516; }
p { color: rgb(75,229,22); }
H1.HeaderClassName
{
color: #4BE516;
}
.AnyTagClassName
{
color: #4BE516;
}
</style>
background-color css
<style>
a { background-color: #4BE516; }
a { background-color: rgb(75,229,22); }
div.DivClassName
{
background-color: #4BE516;
}
.BgClassName
{
background-color: #4BE516;
}
</style>
border-color css
<style>
span { border-color: #4BE516; }
span { border-color: rgb(75,229,22); }
td.TdClassName
{
border-color: #4BE516;
}
.TagClassName
{
border-color: #4BE516;
}
</style>