Shades of Harlequin #4CEF19
Tints of Harlequin #4CEF19
RGB
CMYK
RGB Variations
Color information
#4CEF19 (or 0x4CEF19) is known color: Harlequin. HEX triplet: 4C, EF and 19. RGB value is (76,239,25). Sum of RGB (Red+Green+Blue) = 76+239+25=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 239 (93.75% from 255 or 70.29% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF19 is #B310E6. Grayscale: #A6A6A6. Windows color (decimal): -11735271 or 1699660. OLE color: 1699660.
HSL color Cylindrical-coordinate representation of color #4CEF19: hue angle of 105.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CEF19 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 25 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.06 |
| HSL | 105.7º | 0.87% | 0.52% | - |
| HSV(B) | 105.7º | 0.9% | 0.94% | - |
| XYZ | 34.02 | 63.34 | 11.35 | - |
| YUV | 165.87 | 48.5 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 25 | 0.68 | 0 | 0.90 | 0.06 | 105.7 | 0.87 | 0.52 |
| Hex | 4C | EF | 19 | 44 | 0 | 5A | 6 | 6A | 57 | 34 |
| Octal | 114 | 357 | 31 | 104 | 0 | 132 | 6 | 152 | 127 | 64 |
| Binary | 1001100 | 11101111 | 11001 | 1000100 | 0 | 1011010 | 110 | 1101010 | 1010111 | 110100 |
Color Harmonies of #4CEF19
Complementary color
Monochromatic Colors of #4CEF19
Black with #4CEF19
Text Example
Text Example
White with #4CEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF19; }
p { color: rgb(76,239,25); }
H1.HeaderClassName
{
color: #4CEF19;
}
.AnyTagClassName
{
color: #4CEF19;
}
</style>
background-color css
<style>
a { background-color: #4CEF19; }
a { background-color: rgb(76,239,25); }
div.DivClassName
{
background-color: #4CEF19;
}
.BgClassName
{
background-color: #4CEF19;
}
</style>
border-color css
<style>
span { border-color: #4CEF19; }
span { border-color: rgb(76,239,25); }
td.TdClassName
{
border-color: #4CEF19;
}
.TagClassName
{
border-color: #4CEF19;
}
</style>