Shades of Harlequin #4CE71D
Tints of Harlequin #4CE71D
RGB
CMYK
RGB Variations
Color information
#4CE71D (or 0x4CE71D) is known color: Harlequin. HEX triplet: 4C, E7 and 1D. RGB value is (76,231,29). Sum of RGB (Red+Green+Blue) = 76+231+29=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 231 (90.62% from 255 or 68.75% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE71D is #B318E2. Grayscale: #A2A2A2. Windows color (decimal): -11737315 or 1959756. OLE color: 1959756.
HSL color Cylindrical-coordinate representation of color #4CE71D: hue angle of 106.04º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CE71D is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 29 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.09 |
| HSL | 106.04º | 0.81% | 0.51% | - |
| HSV(B) | 106.04º | 0.87% | 0.91% | - |
| XYZ | 31.78 | 58.78 | 10.83 | - |
| YUV | 161.63 | 53.15 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 29 | 0.67 | 0 | 0.87 | 0.09 | 106.04 | 0.81 | 0.51 |
| Hex | 4C | E7 | 1D | 43 | 0 | 57 | 9 | 6A | 51 | 33 |
| Octal | 114 | 347 | 35 | 103 | 0 | 127 | 11 | 152 | 121 | 63 |
| Binary | 1001100 | 11100111 | 11101 | 1000011 | 0 | 1010111 | 1001 | 1101010 | 1010001 | 110011 |
Color Harmonies of #4CE71D
Complementary color
Monochromatic Colors of #4CE71D
Black with #4CE71D
Text Example
Text Example
White with #4CE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE71D; }
p { color: rgb(76,231,29); }
H1.HeaderClassName
{
color: #4CE71D;
}
.AnyTagClassName
{
color: #4CE71D;
}
</style>
background-color css
<style>
a { background-color: #4CE71D; }
a { background-color: rgb(76,231,29); }
div.DivClassName
{
background-color: #4CE71D;
}
.BgClassName
{
background-color: #4CE71D;
}
</style>
border-color css
<style>
span { border-color: #4CE71D; }
span { border-color: rgb(76,231,29); }
td.TdClassName
{
border-color: #4CE71D;
}
.TagClassName
{
border-color: #4CE71D;
}
</style>