Shades of Harlequin #4CE708
Tints of Harlequin #4CE708
RGB
CMYK
RGB Variations
Color information
#4CE708 (or 0x4CE708) is known color: Harlequin. HEX triplet: 4C, E7 and 08. RGB value is (76,231,8). Sum of RGB (Red+Green+Blue) = 76+231+8=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 231 (90.62% from 255 or 73.33% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE708 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CE708 is #B318F7. Grayscale: #9F9F9F. Windows color (decimal): -11737336 or 583500. OLE color: 583500.
HSL color Cylindrical-coordinate representation of color #4CE708: hue angle of 101.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CE708 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 8 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.09 |
| HSL | 101.7º | 0.93% | 0.47% | - |
| HSV(B) | 101.7º | 0.97% | 0.91% | - |
| XYZ | 31.6 | 58.71 | 9.9 | - |
| YUV | 159.23 | 42.65 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 8 | 0.67 | 0 | 0.97 | 0.09 | 101.7 | 0.93 | 0.47 |
| Hex | 4C | E7 | 8 | 43 | 0 | 61 | 9 | 66 | 5D | 2F |
| Octal | 114 | 347 | 10 | 103 | 0 | 141 | 11 | 146 | 135 | 57 |
| Binary | 1001100 | 11100111 | 1000 | 1000011 | 0 | 1100001 | 1001 | 1100110 | 1011101 | 101111 |
Color Harmonies of #4CE708
Complementary color
Monochromatic Colors of #4CE708
Black with #4CE708
Text Example
Text Example
White with #4CE708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE708; }
p { color: rgb(76,231,8); }
H1.HeaderClassName
{
color: #4CE708;
}
.AnyTagClassName
{
color: #4CE708;
}
</style>
background-color css
<style>
a { background-color: #4CE708; }
a { background-color: rgb(76,231,8); }
div.DivClassName
{
background-color: #4CE708;
}
.BgClassName
{
background-color: #4CE708;
}
</style>
border-color css
<style>
span { border-color: #4CE708; }
span { border-color: rgb(76,231,8); }
td.TdClassName
{
border-color: #4CE708;
}
.TagClassName
{
border-color: #4CE708;
}
</style>