Shades of Harlequin #4CEC1D
Tints of Harlequin #4CEC1D
RGB
CMYK
RGB Variations
Color information
#4CEC1D (or 0x4CEC1D) is known color: Harlequin. HEX triplet: 4C, EC and 1D. RGB value is (76,236,29). Sum of RGB (Red+Green+Blue) = 76+236+29=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEC1D is #B313E2. Grayscale: #A5A5A5. Windows color (decimal): -11736035 or 1961036. OLE color: 1961036.
HSL color Cylindrical-coordinate representation of color #4CEC1D: hue angle of 106.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CEC1D is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 29 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.07 |
| HSL | 106.38º | 0.84% | 0.52% | - |
| HSV(B) | 106.38º | 0.88% | 0.93% | - |
| XYZ | 33.2 | 61.62 | 11.31 | - |
| YUV | 164.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 29 | 0.68 | 0 | 0.88 | 0.07 | 106.38 | 0.84 | 0.52 |
| Hex | 4C | EC | 1D | 44 | 0 | 58 | 7 | 6A | 54 | 34 |
| Octal | 114 | 354 | 35 | 104 | 0 | 130 | 7 | 152 | 124 | 64 |
| Binary | 1001100 | 11101100 | 11101 | 1000100 | 0 | 1011000 | 111 | 1101010 | 1010100 | 110100 |
Color Harmonies of #4CEC1D
Complementary color
Monochromatic Colors of #4CEC1D
Black with #4CEC1D
Text Example
Text Example
White with #4CEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC1D; }
p { color: rgb(76,236,29); }
H1.HeaderClassName
{
color: #4CEC1D;
}
.AnyTagClassName
{
color: #4CEC1D;
}
</style>
background-color css
<style>
a { background-color: #4CEC1D; }
a { background-color: rgb(76,236,29); }
div.DivClassName
{
background-color: #4CEC1D;
}
.BgClassName
{
background-color: #4CEC1D;
}
</style>
border-color css
<style>
span { border-color: #4CEC1D; }
span { border-color: rgb(76,236,29); }
td.TdClassName
{
border-color: #4CEC1D;
}
.TagClassName
{
border-color: #4CEC1D;
}
</style>