Shades of Harlequin #4CE61D
Tints of Harlequin #4CE61D
RGB
CMYK
RGB Variations
Color information
#4CE61D (or 0x4CE61D) is known color: Harlequin. HEX triplet: 4C, E6 and 1D. RGB value is (76,230,29). Sum of RGB (Red+Green+Blue) = 76+230+29=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 230 (90.23% from 255 or 68.66% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 230 - color contains mainly: green. Hex color #4CE61D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE61D is #B319E2. Grayscale: #A1A1A1. Windows color (decimal): -11737571 or 1959500. OLE color: 1959500.
HSL color Cylindrical-coordinate representation of color #4CE61D: hue angle of 105.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CE61D is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 230 | 29 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.10 |
| HSL | 105.97º | 0.8% | 0.51% | - |
| HSV(B) | 105.97º | 0.87% | 0.9% | - |
| XYZ | 31.5 | 58.22 | 10.74 | - |
| YUV | 161.04 | 53.48 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 230 | 29 | 0.67 | 0 | 0.87 | 0.10 | 105.97 | 0.8 | 0.51 |
| Hex | 4C | E6 | 1D | 43 | 0 | 57 | A | 6A | 50 | 33 |
| Octal | 114 | 346 | 35 | 103 | 0 | 127 | 12 | 152 | 120 | 63 |
| Binary | 1001100 | 11100110 | 11101 | 1000011 | 0 | 1010111 | 1010 | 1101010 | 1010000 | 110011 |
Color Harmonies of #4CE61D
Complementary color
Monochromatic Colors of #4CE61D
Black with #4CE61D
Text Example
Text Example
White with #4CE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE61D; }
p { color: rgb(76,230,29); }
H1.HeaderClassName
{
color: #4CE61D;
}
.AnyTagClassName
{
color: #4CE61D;
}
</style>
background-color css
<style>
a { background-color: #4CE61D; }
a { background-color: rgb(76,230,29); }
div.DivClassName
{
background-color: #4CE61D;
}
.BgClassName
{
background-color: #4CE61D;
}
</style>
border-color css
<style>
span { border-color: #4CE61D; }
span { border-color: rgb(76,230,29); }
td.TdClassName
{
border-color: #4CE61D;
}
.TagClassName
{
border-color: #4CE61D;
}
</style>