Shades of Harlequin #4BDD00
Tints of Harlequin #4BDD00
RGB
CMYK
RGB Variations
Color information
#4BDD00 (or 0x4BDD00) is known color: Harlequin. HEX triplet: 4B, DD and 00. RGB value is (75,221,0). Sum of RGB (Red+Green+Blue) = 75+221+0=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDD00 is #B422FF. Grayscale: #989898. Windows color (decimal): -11805440 or 56651. OLE color: 56651.
HSL color Cylindrical-coordinate representation of color #4BDD00: hue angle of 99.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BDD00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.13 |
| HSL | 99.64º | 1% | 0.43% | - |
| HSV(B) | 99.64º | 1% | 0.87% | - |
| XYZ | 28.76 | 53.21 | 8.75 | - |
| YUV | 152.15 | 42.13 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 0 | 0.66 | 0 | 1 | 0.13 | 99.64 | 1 | 0.43 |
| Hex | 4B | DD | 0 | 42 | 0 | 64 | D | 64 | 64 | 2B |
| Octal | 113 | 335 | 0 | 102 | 0 | 144 | 15 | 144 | 144 | 53 |
| Binary | 1001011 | 11011101 | 0 | 1000010 | 0 | 1100100 | 1101 | 1100100 | 1100100 | 101011 |
Color Harmonies of #4BDD00
Complementary color
Monochromatic Colors of #4BDD00
Black with #4BDD00
Text Example
Text Example
White with #4BDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD00; }
p { color: rgb(75,221,0); }
H1.HeaderClassName
{
color: #4BDD00;
}
.AnyTagClassName
{
color: #4BDD00;
}
</style>
background-color css
<style>
a { background-color: #4BDD00; }
a { background-color: rgb(75,221,0); }
div.DivClassName
{
background-color: #4BDD00;
}
.BgClassName
{
background-color: #4BDD00;
}
</style>
border-color css
<style>
span { border-color: #4BDD00; }
span { border-color: rgb(75,221,0); }
td.TdClassName
{
border-color: #4BDD00;
}
.TagClassName
{
border-color: #4BDD00;
}
</style>