Shades of Harlequin #4CFB29
Tints of Harlequin #4CFB29
RGB
CMYK
RGB Variations
Color information
#4CFB29 (or 0x4CFB29) is known color: Harlequin. HEX triplet: 4C, FB and 29. RGB value is (76,251,41). Sum of RGB (Red+Green+Blue) = 76+251+41=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB29 is #B304D6. Grayscale: #AFAFAF. Windows color (decimal): -11732183 or 2751308. OLE color: 2751308.
HSL color Cylindrical-coordinate representation of color #4CFB29: hue angle of 110º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CFB29 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 41 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.02 |
| HSL | 110º | 0.96% | 0.57% | - |
| HSV(B) | 110º | 0.84% | 0.98% | - |
| XYZ | 37.88 | 70.69 | 13.75 | - |
| YUV | 174.74 | 52.52 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 41 | 0.70 | 0 | 0.84 | 0.02 | 110 | 0.96 | 0.57 |
| Hex | 4C | FB | 29 | 46 | 0 | 54 | 2 | 6E | 60 | 39 |
| Octal | 114 | 373 | 51 | 106 | 0 | 124 | 2 | 156 | 140 | 71 |
| Binary | 1001100 | 11111011 | 101001 | 1000110 | 0 | 1010100 | 10 | 1101110 | 1100000 | 111001 |
Color Harmonies of #4CFB29
Complementary color
Monochromatic Colors of #4CFB29
Black with #4CFB29
Text Example
Text Example
White with #4CFB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB29; }
p { color: rgb(76,251,41); }
H1.HeaderClassName
{
color: #4CFB29;
}
.AnyTagClassName
{
color: #4CFB29;
}
</style>
background-color css
<style>
a { background-color: #4CFB29; }
a { background-color: rgb(76,251,41); }
div.DivClassName
{
background-color: #4CFB29;
}
.BgClassName
{
background-color: #4CFB29;
}
</style>
border-color css
<style>
span { border-color: #4CFB29; }
span { border-color: rgb(76,251,41); }
td.TdClassName
{
border-color: #4CFB29;
}
.TagClassName
{
border-color: #4CFB29;
}
</style>