Shades of Harlequin #4CFE33
Tints of Harlequin #4CFE33
RGB
CMYK
RGB Variations
Color information
#4CFE33 (or 0x4CFE33) is known color: Harlequin. HEX triplet: 4C, FE and 33. RGB value is (76,254,51). Sum of RGB (Red+Green+Blue) = 76+254+51=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 254 (99.61% from 255 or 66.67% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE33 is #B301CC. Grayscale: #B2B2B2. Windows color (decimal): -11731405 or 3407436. OLE color: 3407436.
HSL color Cylindrical-coordinate representation of color #4CFE33: hue angle of 112.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CFE33 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 51 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.00 |
| HSL | 112.61º | 0.99% | 0.6% | - |
| HSV(B) | 112.61º | 0.8% | 1% | - |
| XYZ | 39.02 | 72.66 | 15.1 | - |
| YUV | 177.64 | 56.53 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 51 | 0.70 | 0 | 0.80 | 0.00 | 112.61 | 0.99 | 0.6 |
| Hex | 4C | FE | 33 | 46 | 0 | 50 | 0 | 71 | 63 | 3C |
| Octal | 114 | 376 | 63 | 106 | 0 | 120 | 0 | 161 | 143 | 74 |
| Binary | 1001100 | 11111110 | 110011 | 1000110 | 0 | 1010000 | 0 | 1110001 | 1100011 | 111100 |
Color Harmonies of #4CFE33
Complementary color
Monochromatic Colors of #4CFE33
Black with #4CFE33
Text Example
Text Example
White with #4CFE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE33; }
p { color: rgb(76,254,51); }
H1.HeaderClassName
{
color: #4CFE33;
}
.AnyTagClassName
{
color: #4CFE33;
}
</style>
background-color css
<style>
a { background-color: #4CFE33; }
a { background-color: rgb(76,254,51); }
div.DivClassName
{
background-color: #4CFE33;
}
.BgClassName
{
background-color: #4CFE33;
}
</style>
border-color css
<style>
span { border-color: #4CFE33; }
span { border-color: rgb(76,254,51); }
td.TdClassName
{
border-color: #4CFE33;
}
.TagClassName
{
border-color: #4CFE33;
}
</style>