Shades of Harlequin #4CE71B
Tints of Harlequin #4CE71B
RGB
CMYK
RGB Variations
Color information
#4CE71B (or 0x4CE71B) is known color: Harlequin. HEX triplet: 4C, E7 and 1B. RGB value is (76,231,27). Sum of RGB (Red+Green+Blue) = 76+231+27=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE71B is #B318E4. Grayscale: #A2A2A2. Windows color (decimal): -11737317 or 1828684. OLE color: 1828684.
HSL color Cylindrical-coordinate representation of color #4CE71B: hue angle of 105.59º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CE71B is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 27 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.09 |
| HSL | 105.59º | 0.81% | 0.51% | - |
| HSV(B) | 105.59º | 0.88% | 0.91% | - |
| XYZ | 31.75 | 58.77 | 10.71 | - |
| YUV | 161.4 | 52.15 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 27 | 0.67 | 0 | 0.88 | 0.09 | 105.59 | 0.81 | 0.51 |
| Hex | 4C | E7 | 1B | 43 | 0 | 58 | 9 | 6A | 51 | 33 |
| Octal | 114 | 347 | 33 | 103 | 0 | 130 | 11 | 152 | 121 | 63 |
| Binary | 1001100 | 11100111 | 11011 | 1000011 | 0 | 1011000 | 1001 | 1101010 | 1010001 | 110011 |
Color Harmonies of #4CE71B
Complementary color
Monochromatic Colors of #4CE71B
Black with #4CE71B
Text Example
Text Example
White with #4CE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE71B; }
p { color: rgb(76,231,27); }
H1.HeaderClassName
{
color: #4CE71B;
}
.AnyTagClassName
{
color: #4CE71B;
}
</style>
background-color css
<style>
a { background-color: #4CE71B; }
a { background-color: rgb(76,231,27); }
div.DivClassName
{
background-color: #4CE71B;
}
.BgClassName
{
background-color: #4CE71B;
}
</style>
border-color css
<style>
span { border-color: #4CE71B; }
span { border-color: rgb(76,231,27); }
td.TdClassName
{
border-color: #4CE71B;
}
.TagClassName
{
border-color: #4CE71B;
}
</style>