Shades of Harlequin #4BFC33
Tints of Harlequin #4BFC33
RGB
CMYK
RGB Variations
Color information
#4BFC33 (or 0x4BFC33) is known color: Harlequin. HEX triplet: 4B, FC and 33. RGB value is (75,252,51). Sum of RGB (Red+Green+Blue) = 75+252+51=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFC33 is #B403CC. Grayscale: #B0B0B0. Windows color (decimal): -11797453 or 3406923. OLE color: 3406923.
HSL color Cylindrical-coordinate representation of color #4BFC33: hue angle of 112.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BFC33 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 51 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.01 |
| HSL | 112.84º | 0.97% | 0.59% | - |
| HSV(B) | 112.84º | 0.8% | 0.99% | - |
| XYZ | 38.31 | 71.36 | 14.89 | - |
| YUV | 176.16 | 57.36 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 51 | 0.70 | 0 | 0.80 | 0.01 | 112.84 | 0.97 | 0.59 |
| Hex | 4B | FC | 33 | 46 | 0 | 50 | 1 | 71 | 61 | 3B |
| Octal | 113 | 374 | 63 | 106 | 0 | 120 | 1 | 161 | 141 | 73 |
| Binary | 1001011 | 11111100 | 110011 | 1000110 | 0 | 1010000 | 1 | 1110001 | 1100001 | 111011 |
Color Harmonies of #4BFC33
Complementary color
Monochromatic Colors of #4BFC33
Black with #4BFC33
Text Example
Text Example
White with #4BFC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFC33; }
p { color: rgb(75,252,51); }
H1.HeaderClassName
{
color: #4BFC33;
}
.AnyTagClassName
{
color: #4BFC33;
}
</style>
background-color css
<style>
a { background-color: #4BFC33; }
a { background-color: rgb(75,252,51); }
div.DivClassName
{
background-color: #4BFC33;
}
.BgClassName
{
background-color: #4BFC33;
}
</style>
border-color css
<style>
span { border-color: #4BFC33; }
span { border-color: rgb(75,252,51); }
td.TdClassName
{
border-color: #4BFC33;
}
.TagClassName
{
border-color: #4BFC33;
}
</style>