Shades of Harlequin #4CFE2F
Tints of Harlequin #4CFE2F
RGB
CMYK
RGB Variations
Color information
#4CFE2F (or 0x4CFE2F) is known color: Harlequin. HEX triplet: 4C, FE and 2F. RGB value is (76,254,47). Sum of RGB (Red+Green+Blue) = 76+254+47=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE2F is #B301D0. Grayscale: #B1B1B1. Windows color (decimal): -11731409 or 3145292. OLE color: 3145292.
HSL color Cylindrical-coordinate representation of color #4CFE2F: hue angle of 111.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CFE2F is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 47 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.00 |
| HSL | 111.59º | 0.99% | 0.59% | - |
| HSV(B) | 111.59º | 0.81% | 1% | - |
| XYZ | 38.94 | 72.63 | 14.66 | - |
| YUV | 177.18 | 54.53 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 47 | 0.70 | 0 | 0.81 | 0.00 | 111.59 | 0.99 | 0.59 |
| Hex | 4C | FE | 2F | 46 | 0 | 51 | 0 | 70 | 63 | 3B |
| Octal | 114 | 376 | 57 | 106 | 0 | 121 | 0 | 160 | 143 | 73 |
| Binary | 1001100 | 11111110 | 101111 | 1000110 | 0 | 1010001 | 0 | 1110000 | 1100011 | 111011 |
Color Harmonies of #4CFE2F
Complementary color
Monochromatic Colors of #4CFE2F
Black with #4CFE2F
Text Example
Text Example
White with #4CFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE2F; }
p { color: rgb(76,254,47); }
H1.HeaderClassName
{
color: #4CFE2F;
}
.AnyTagClassName
{
color: #4CFE2F;
}
</style>
background-color css
<style>
a { background-color: #4CFE2F; }
a { background-color: rgb(76,254,47); }
div.DivClassName
{
background-color: #4CFE2F;
}
.BgClassName
{
background-color: #4CFE2F;
}
</style>
border-color css
<style>
span { border-color: #4CFE2F; }
span { border-color: rgb(76,254,47); }
td.TdClassName
{
border-color: #4CFE2F;
}
.TagClassName
{
border-color: #4CFE2F;
}
</style>