Shades of Harlequin #4BFD00
Tints of Harlequin #4BFD00
RGB
CMYK
RGB Variations
Color information
#4BFD00 (or 0x4BFD00) is known color: Harlequin. HEX triplet: 4B, FD and 00. RGB value is (75,253,0). Sum of RGB (Red+Green+Blue) = 75+253+0=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 253 (99.22% from 255 or 77.13% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFD00 is #B402FF. Grayscale: #ABABAB. Windows color (decimal): -11797248 or 64843. OLE color: 64843.
HSL color Cylindrical-coordinate representation of color #4BFD00: hue angle of 102.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BFD00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.01 |
| HSL | 102.21º | 1% | 0.5% | - |
| HSV(B) | 102.21º | 1% | 0.99% | - |
| XYZ | 38.03 | 71.75 | 11.84 | - |
| YUV | 170.94 | 31.53 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 0 | 0.70 | 0 | 1 | 0.01 | 102.21 | 1 | 0.5 |
| Hex | 4B | FD | 0 | 46 | 0 | 64 | 1 | 66 | 64 | 32 |
| Octal | 113 | 375 | 0 | 106 | 0 | 144 | 1 | 146 | 144 | 62 |
| Binary | 1001011 | 11111101 | 0 | 1000110 | 0 | 1100100 | 1 | 1100110 | 1100100 | 110010 |
Color Harmonies of #4BFD00
Complementary color
Monochromatic Colors of #4BFD00
Black with #4BFD00
Text Example
Text Example
White with #4BFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFD00; }
p { color: rgb(75,253,0); }
H1.HeaderClassName
{
color: #4BFD00;
}
.AnyTagClassName
{
color: #4BFD00;
}
</style>
background-color css
<style>
a { background-color: #4BFD00; }
a { background-color: rgb(75,253,0); }
div.DivClassName
{
background-color: #4BFD00;
}
.BgClassName
{
background-color: #4BFD00;
}
</style>
border-color css
<style>
span { border-color: #4BFD00; }
span { border-color: rgb(75,253,0); }
td.TdClassName
{
border-color: #4BFD00;
}
.TagClassName
{
border-color: #4BFD00;
}
</style>