Shades of Harlequin #4CEF08
Tints of Harlequin #4CEF08
RGB
CMYK
RGB Variations
Color information
#4CEF08 (or 0x4CEF08) is known color: Harlequin. HEX triplet: 4C, EF and 08. RGB value is (76,239,8). Sum of RGB (Red+Green+Blue) = 76+239+8=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 239 (93.75% from 255 or 73.99% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF08 is #B310F7. Grayscale: #A4A4A4. Windows color (decimal): -11735288 or 585548. OLE color: 585548.
HSL color Cylindrical-coordinate representation of color #4CEF08: hue angle of 102.34º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CEF08 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 8 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.06 |
| HSL | 102.34º | 0.94% | 0.48% | - |
| HSV(B) | 102.34º | 0.97% | 0.94% | - |
| XYZ | 33.89 | 63.29 | 10.66 | - |
| YUV | 163.93 | 40 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 8 | 0.68 | 0 | 0.97 | 0.06 | 102.34 | 0.94 | 0.48 |
| Hex | 4C | EF | 8 | 44 | 0 | 61 | 6 | 66 | 5E | 30 |
| Octal | 114 | 357 | 10 | 104 | 0 | 141 | 6 | 146 | 136 | 60 |
| Binary | 1001100 | 11101111 | 1000 | 1000100 | 0 | 1100001 | 110 | 1100110 | 1011110 | 110000 |
Color Harmonies of #4CEF08
Complementary color
Monochromatic Colors of #4CEF08
Black with #4CEF08
Text Example
Text Example
White with #4CEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF08; }
p { color: rgb(76,239,8); }
H1.HeaderClassName
{
color: #4CEF08;
}
.AnyTagClassName
{
color: #4CEF08;
}
</style>
background-color css
<style>
a { background-color: #4CEF08; }
a { background-color: rgb(76,239,8); }
div.DivClassName
{
background-color: #4CEF08;
}
.BgClassName
{
background-color: #4CEF08;
}
</style>
border-color css
<style>
span { border-color: #4CEF08; }
span { border-color: rgb(76,239,8); }
td.TdClassName
{
border-color: #4CEF08;
}
.TagClassName
{
border-color: #4CEF08;
}
</style>