Shades of Harlequin #4CFB33
Tints of Harlequin #4CFB33
RGB
CMYK
RGB Variations
Color information
#4CFB33 (or 0x4CFB33) is known color: Harlequin. HEX triplet: 4C, FB and 33. RGB value is (76,251,51). Sum of RGB (Red+Green+Blue) = 76+251+51=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB33 is #B304CC. Grayscale: #B0B0B0. Windows color (decimal): -11732173 or 3406668. OLE color: 3406668.
HSL color Cylindrical-coordinate representation of color #4CFB33: hue angle of 112.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CFB33 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 51 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.02 |
| HSL | 112.5º | 0.96% | 0.59% | - |
| HSV(B) | 112.5º | 0.8% | 0.98% | - |
| XYZ | 38.08 | 70.77 | 14.79 | - |
| YUV | 175.88 | 57.52 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 51 | 0.70 | 0 | 0.80 | 0.02 | 112.5 | 0.96 | 0.59 |
| Hex | 4C | FB | 33 | 46 | 0 | 50 | 2 | 70 | 60 | 3B |
| Octal | 114 | 373 | 63 | 106 | 0 | 120 | 2 | 160 | 140 | 73 |
| Binary | 1001100 | 11111011 | 110011 | 1000110 | 0 | 1010000 | 10 | 1110000 | 1100000 | 111011 |
Color Harmonies of #4CFB33
Complementary color
Monochromatic Colors of #4CFB33
Black with #4CFB33
Text Example
Text Example
White with #4CFB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB33; }
p { color: rgb(76,251,51); }
H1.HeaderClassName
{
color: #4CFB33;
}
.AnyTagClassName
{
color: #4CFB33;
}
</style>
background-color css
<style>
a { background-color: #4CFB33; }
a { background-color: rgb(76,251,51); }
div.DivClassName
{
background-color: #4CFB33;
}
.BgClassName
{
background-color: #4CFB33;
}
</style>
border-color css
<style>
span { border-color: #4CFB33; }
span { border-color: rgb(76,251,51); }
td.TdClassName
{
border-color: #4CFB33;
}
.TagClassName
{
border-color: #4CFB33;
}
</style>