Shades of Harlequin #4BF500
Tints of Harlequin #4BF500
RGB
CMYK
RGB Variations
Color information
#4BF500 (or 0x4BF500) is known color: Harlequin. HEX triplet: 4B, F5 and 00. RGB value is (75,245,0). Sum of RGB (Red+Green+Blue) = 75+245+0=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 245 (96.09% from 255 or 76.56% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF500 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF500 is #B40AFF. Grayscale: #A7A7A7. Windows color (decimal): -11799296 or 62795. OLE color: 62795.
HSL color Cylindrical-coordinate representation of color #4BF500: hue angle of 101.63º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BF500 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 245 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.04 |
| HSL | 101.63º | 1% | 0.48% | - |
| HSV(B) | 101.63º | 1% | 0.96% | - |
| XYZ | 35.55 | 66.8 | 11.02 | - |
| YUV | 166.24 | 34.18 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 245 | 0 | 0.69 | 0 | 1 | 0.04 | 101.63 | 1 | 0.48 |
| Hex | 4B | F5 | 0 | 45 | 0 | 64 | 4 | 66 | 64 | 30 |
| Octal | 113 | 365 | 0 | 105 | 0 | 144 | 4 | 146 | 144 | 60 |
| Binary | 1001011 | 11110101 | 0 | 1000101 | 0 | 1100100 | 100 | 1100110 | 1100100 | 110000 |
Color Harmonies of #4BF500
Complementary color
Monochromatic Colors of #4BF500
Black with #4BF500
Text Example
Text Example
White with #4BF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF500; }
p { color: rgb(75,245,0); }
H1.HeaderClassName
{
color: #4BF500;
}
.AnyTagClassName
{
color: #4BF500;
}
</style>
background-color css
<style>
a { background-color: #4BF500; }
a { background-color: rgb(75,245,0); }
div.DivClassName
{
background-color: #4BF500;
}
.BgClassName
{
background-color: #4BF500;
}
</style>
border-color css
<style>
span { border-color: #4BF500; }
span { border-color: rgb(75,245,0); }
td.TdClassName
{
border-color: #4BF500;
}
.TagClassName
{
border-color: #4BF500;
}
</style>