Shades of Harlequin #4BDE00
Tints of Harlequin #4BDE00
RGB
CMYK
RGB Variations
Color information
#4BDE00 (or 0x4BDE00) is known color: Harlequin. HEX triplet: 4B, DE and 00. RGB value is (75,222,0). Sum of RGB (Red+Green+Blue) = 75+222+0=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDE00 is #B421FF. Grayscale: #999999. Windows color (decimal): -11805184 or 56907. OLE color: 56907.
HSL color Cylindrical-coordinate representation of color #4BDE00: hue angle of 99.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BDE00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.13 |
| HSL | 99.73º | 1% | 0.44% | - |
| HSV(B) | 99.73º | 1% | 0.87% | - |
| XYZ | 29.02 | 53.74 | 8.84 | - |
| YUV | 152.74 | 41.8 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 0 | 0.66 | 0 | 1 | 0.13 | 99.73 | 1 | 0.44 |
| Hex | 4B | DE | 0 | 42 | 0 | 64 | D | 64 | 64 | 2C |
| Octal | 113 | 336 | 0 | 102 | 0 | 144 | 15 | 144 | 144 | 54 |
| Binary | 1001011 | 11011110 | 0 | 1000010 | 0 | 1100100 | 1101 | 1100100 | 1100100 | 101100 |
Color Harmonies of #4BDE00
Complementary color
Monochromatic Colors of #4BDE00
Black with #4BDE00
Text Example
Text Example
White with #4BDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE00; }
p { color: rgb(75,222,0); }
H1.HeaderClassName
{
color: #4BDE00;
}
.AnyTagClassName
{
color: #4BDE00;
}
</style>
background-color css
<style>
a { background-color: #4BDE00; }
a { background-color: rgb(75,222,0); }
div.DivClassName
{
background-color: #4BDE00;
}
.BgClassName
{
background-color: #4BDE00;
}
</style>
border-color css
<style>
span { border-color: #4BDE00; }
span { border-color: rgb(75,222,0); }
td.TdClassName
{
border-color: #4BDE00;
}
.TagClassName
{
border-color: #4BDE00;
}
</style>