Shades of Harlequin #4BF520
Tints of Harlequin #4BF520
RGB
CMYK
RGB Variations
Color information
#4BF520 (or 0x4BF520) is known color: Harlequin. HEX triplet: 4B, F5 and 20. RGB value is (75,245,32). Sum of RGB (Red+Green+Blue) = 75+245+32=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 245 (96.09% from 255 or 69.60% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF520 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF520 is #B40ADF. Grayscale: #AAAAAA. Windows color (decimal): -11799264 or 2159947. OLE color: 2159947.
HSL color Cylindrical-coordinate representation of color #4BF520: hue angle of 107.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4BF520 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 245 | 32 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.04 |
| HSL | 107.89º | 0.91% | 0.54% | - |
| HSV(B) | 107.89º | 0.87% | 0.96% | - |
| XYZ | 35.81 | 66.9 | 12.39 | - |
| YUV | 169.89 | 50.18 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 245 | 32 | 0.69 | 0 | 0.87 | 0.04 | 107.89 | 0.91 | 0.54 |
| Hex | 4B | F5 | 20 | 45 | 0 | 57 | 4 | 6C | 5B | 36 |
| Octal | 113 | 365 | 40 | 105 | 0 | 127 | 4 | 154 | 133 | 66 |
| Binary | 1001011 | 11110101 | 100000 | 1000101 | 0 | 1010111 | 100 | 1101100 | 1011011 | 110110 |
Color Harmonies of #4BF520
Complementary color
Monochromatic Colors of #4BF520
Black with #4BF520
Text Example
Text Example
White with #4BF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF520; }
p { color: rgb(75,245,32); }
H1.HeaderClassName
{
color: #4BF520;
}
.AnyTagClassName
{
color: #4BF520;
}
</style>
background-color css
<style>
a { background-color: #4BF520; }
a { background-color: rgb(75,245,32); }
div.DivClassName
{
background-color: #4BF520;
}
.BgClassName
{
background-color: #4BF520;
}
</style>
border-color css
<style>
span { border-color: #4BF520; }
span { border-color: rgb(75,245,32); }
td.TdClassName
{
border-color: #4BF520;
}
.TagClassName
{
border-color: #4BF520;
}
</style>