Shades of Harlequin #4BEF00
Tints of Harlequin #4BEF00
RGB
CMYK
RGB Variations
Color information
#4BEF00 (or 0x4BEF00) is known color: Harlequin. HEX triplet: 4B, EF and 00. RGB value is (75,239,0). Sum of RGB (Red+Green+Blue) = 75+239+0=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 239 (93.75% from 255 or 76.11% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEF00 is #B410FF. Grayscale: #A3A3A3. Windows color (decimal): -11800832 or 61259. OLE color: 61259.
HSL color Cylindrical-coordinate representation of color #4BEF00: hue angle of 101.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BEF00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.06 |
| HSL | 101.17º | 1% | 0.47% | - |
| HSV(B) | 101.17º | 1% | 0.94% | - |
| XYZ | 33.77 | 63.23 | 10.42 | - |
| YUV | 162.72 | 36.17 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 0 | 0.69 | 0 | 1 | 0.06 | 101.17 | 1 | 0.47 |
| Hex | 4B | EF | 0 | 45 | 0 | 64 | 6 | 65 | 64 | 2F |
| Octal | 113 | 357 | 0 | 105 | 0 | 144 | 6 | 145 | 144 | 57 |
| Binary | 1001011 | 11101111 | 0 | 1000101 | 0 | 1100100 | 110 | 1100101 | 1100100 | 101111 |
Color Harmonies of #4BEF00
Complementary color
Monochromatic Colors of #4BEF00
Black with #4BEF00
Text Example
Text Example
White with #4BEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEF00; }
p { color: rgb(75,239,0); }
H1.HeaderClassName
{
color: #4BEF00;
}
.AnyTagClassName
{
color: #4BEF00;
}
</style>
background-color css
<style>
a { background-color: #4BEF00; }
a { background-color: rgb(75,239,0); }
div.DivClassName
{
background-color: #4BEF00;
}
.BgClassName
{
background-color: #4BEF00;
}
</style>
border-color css
<style>
span { border-color: #4BEF00; }
span { border-color: rgb(75,239,0); }
td.TdClassName
{
border-color: #4BEF00;
}
.TagClassName
{
border-color: #4BEF00;
}
</style>