Shades of Harlequin #4CEC1F
Tints of Harlequin #4CEC1F
RGB
CMYK
RGB Variations
Color information
#4CEC1F (or 0x4CEC1F) is known color: Harlequin. HEX triplet: 4C, EC and 1F. RGB value is (76,236,31). Sum of RGB (Red+Green+Blue) = 76+236+31=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEC1F is #B313E0. Grayscale: #A5A5A5. Windows color (decimal): -11736033 or 2092108. OLE color: 2092108.
HSL color Cylindrical-coordinate representation of color #4CEC1F: hue angle of 106.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CEC1F is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 31 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.07 |
| HSL | 106.83º | 0.84% | 0.52% | - |
| HSV(B) | 106.83º | 0.87% | 0.93% | - |
| XYZ | 33.22 | 61.63 | 11.44 | - |
| YUV | 164.79 | 52.49 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 31 | 0.68 | 0 | 0.87 | 0.07 | 106.83 | 0.84 | 0.52 |
| Hex | 4C | EC | 1F | 44 | 0 | 57 | 7 | 6B | 54 | 34 |
| Octal | 114 | 354 | 37 | 104 | 0 | 127 | 7 | 153 | 124 | 64 |
| Binary | 1001100 | 11101100 | 11111 | 1000100 | 0 | 1010111 | 111 | 1101011 | 1010100 | 110100 |
Color Harmonies of #4CEC1F
Complementary color
Monochromatic Colors of #4CEC1F
Black with #4CEC1F
Text Example
Text Example
White with #4CEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC1F; }
p { color: rgb(76,236,31); }
H1.HeaderClassName
{
color: #4CEC1F;
}
.AnyTagClassName
{
color: #4CEC1F;
}
</style>
background-color css
<style>
a { background-color: #4CEC1F; }
a { background-color: rgb(76,236,31); }
div.DivClassName
{
background-color: #4CEC1F;
}
.BgClassName
{
background-color: #4CEC1F;
}
</style>
border-color css
<style>
span { border-color: #4CEC1F; }
span { border-color: rgb(76,236,31); }
td.TdClassName
{
border-color: #4CEC1F;
}
.TagClassName
{
border-color: #4CEC1F;
}
</style>