Shades of Harlequin #4CFB2C
Tints of Harlequin #4CFB2C
RGB
CMYK
RGB Variations
Color information
#4CFB2C (or 0x4CFB2C) is known color: Harlequin. HEX triplet: 4C, FB and 2C. RGB value is (76,251,44). Sum of RGB (Red+Green+Blue) = 76+251+44=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB2C is #B304D3. Grayscale: #AFAFAF. Windows color (decimal): -11732180 or 2947916. OLE color: 2947916.
HSL color Cylindrical-coordinate representation of color #4CFB2C: hue angle of 110.72º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CFB2C is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 44 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.02 |
| HSL | 110.72º | 0.96% | 0.58% | - |
| HSV(B) | 110.72º | 0.82% | 0.98% | - |
| XYZ | 37.93 | 70.71 | 14.03 | - |
| YUV | 175.08 | 54.02 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 44 | 0.70 | 0 | 0.82 | 0.02 | 110.72 | 0.96 | 0.58 |
| Hex | 4C | FB | 2C | 46 | 0 | 52 | 2 | 6F | 60 | 3A |
| Octal | 114 | 373 | 54 | 106 | 0 | 122 | 2 | 157 | 140 | 72 |
| Binary | 1001100 | 11111011 | 101100 | 1000110 | 0 | 1010010 | 10 | 1101111 | 1100000 | 111010 |
Color Harmonies of #4CFB2C
Complementary color
Monochromatic Colors of #4CFB2C
Black with #4CFB2C
Text Example
Text Example
White with #4CFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB2C; }
p { color: rgb(76,251,44); }
H1.HeaderClassName
{
color: #4CFB2C;
}
.AnyTagClassName
{
color: #4CFB2C;
}
</style>
background-color css
<style>
a { background-color: #4CFB2C; }
a { background-color: rgb(76,251,44); }
div.DivClassName
{
background-color: #4CFB2C;
}
.BgClassName
{
background-color: #4CFB2C;
}
</style>
border-color css
<style>
span { border-color: #4CFB2C; }
span { border-color: rgb(76,251,44); }
td.TdClassName
{
border-color: #4CFB2C;
}
.TagClassName
{
border-color: #4CFB2C;
}
</style>