Shades of Harlequin #4CEF04
Tints of Harlequin #4CEF04
RGB
CMYK
RGB Variations
Color information
#4CEF04 (or 0x4CEF04) is known color: Harlequin. HEX triplet: 4C, EF and 04. RGB value is (76,239,4). Sum of RGB (Red+Green+Blue) = 76+239+4=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF04 is #B310FB. Grayscale: #A4A4A4. Windows color (decimal): -11735292 or 323404. OLE color: 323404.
HSL color Cylindrical-coordinate representation of color #4CEF04: hue angle of 101.62º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4CEF04 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 4 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.06 |
| HSL | 101.62º | 0.97% | 0.48% | - |
| HSV(B) | 101.62º | 0.98% | 0.94% | - |
| XYZ | 33.87 | 63.28 | 10.54 | - |
| YUV | 163.47 | 38 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 4 | 0.68 | 0 | 0.98 | 0.06 | 101.62 | 0.97 | 0.48 |
| Hex | 4C | EF | 4 | 44 | 0 | 62 | 6 | 66 | 61 | 30 |
| Octal | 114 | 357 | 4 | 104 | 0 | 142 | 6 | 146 | 141 | 60 |
| Binary | 1001100 | 11101111 | 100 | 1000100 | 0 | 1100010 | 110 | 1100110 | 1100001 | 110000 |
Color Harmonies of #4CEF04
Complementary color
Monochromatic Colors of #4CEF04
Black with #4CEF04
Text Example
Text Example
White with #4CEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF04; }
p { color: rgb(76,239,4); }
H1.HeaderClassName
{
color: #4CEF04;
}
.AnyTagClassName
{
color: #4CEF04;
}
</style>
background-color css
<style>
a { background-color: #4CEF04; }
a { background-color: rgb(76,239,4); }
div.DivClassName
{
background-color: #4CEF04;
}
.BgClassName
{
background-color: #4CEF04;
}
</style>
border-color css
<style>
span { border-color: #4CEF04; }
span { border-color: rgb(76,239,4); }
td.TdClassName
{
border-color: #4CEF04;
}
.TagClassName
{
border-color: #4CEF04;
}
</style>