Shades of Harlequin #4EFC32
Tints of Harlequin #4EFC32
RGB
CMYK
RGB Variations
Color information
#4EFC32 (or 0x4EFC32) is known color: Harlequin. HEX triplet: 4E, FC and 32. RGB value is (78,252,50). Sum of RGB (Red+Green+Blue) = 78+252+50=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFC32 is #B103CD. Grayscale: #B1B1B1. Windows color (decimal): -11600846 or 3341390. OLE color: 3341390.
HSL color Cylindrical-coordinate representation of color #4EFC32: hue angle of 111.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EFC32 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 50 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.01 |
| HSL | 111.68º | 0.97% | 0.59% | - |
| HSV(B) | 111.68º | 0.8% | 0.99% | - |
| XYZ | 38.53 | 71.47 | 14.78 | - |
| YUV | 176.95 | 56.35 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 50 | 0.69 | 0 | 0.80 | 0.01 | 111.68 | 0.97 | 0.59 |
| Hex | 4E | FC | 32 | 45 | 0 | 50 | 1 | 70 | 61 | 3B |
| Octal | 116 | 374 | 62 | 105 | 0 | 120 | 1 | 160 | 141 | 73 |
| Binary | 1001110 | 11111100 | 110010 | 1000101 | 0 | 1010000 | 1 | 1110000 | 1100001 | 111011 |
Color Harmonies of #4EFC32
Complementary color
Monochromatic Colors of #4EFC32
Black with #4EFC32
Text Example
Text Example
White with #4EFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC32; }
p { color: rgb(78,252,50); }
H1.HeaderClassName
{
color: #4EFC32;
}
.AnyTagClassName
{
color: #4EFC32;
}
</style>
background-color css
<style>
a { background-color: #4EFC32; }
a { background-color: rgb(78,252,50); }
div.DivClassName
{
background-color: #4EFC32;
}
.BgClassName
{
background-color: #4EFC32;
}
</style>
border-color css
<style>
span { border-color: #4EFC32; }
span { border-color: rgb(78,252,50); }
td.TdClassName
{
border-color: #4EFC32;
}
.TagClassName
{
border-color: #4EFC32;
}
</style>