Shades of Harlequin #4EF32B
Tints of Harlequin #4EF32B
RGB
CMYK
RGB Variations
Color information
#4EF32B (or 0x4EF32B) is known color: Harlequin. HEX triplet: 4E, F3 and 2B. RGB value is (78,243,43). Sum of RGB (Red+Green+Blue) = 78+243+43=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #4EF32B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF32B is #B10CD4. Grayscale: #ABABAB. Windows color (decimal): -11603157 or 2880334. OLE color: 2880334.
HSL color Cylindrical-coordinate representation of color #4EF32B: hue angle of 109.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4EF32B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 243 | 43 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.05 |
| HSL | 109.5º | 0.89% | 0.56% | - |
| HSV(B) | 109.5º | 0.82% | 0.95% | - |
| XYZ | 35.63 | 65.9 | 13.13 | - |
| YUV | 170.87 | 55.84 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 243 | 43 | 0.68 | 0 | 0.82 | 0.05 | 109.5 | 0.89 | 0.56 |
| Hex | 4E | F3 | 2B | 44 | 0 | 52 | 5 | 6E | 59 | 38 |
| Octal | 116 | 363 | 53 | 104 | 0 | 122 | 5 | 156 | 131 | 70 |
| Binary | 1001110 | 11110011 | 101011 | 1000100 | 0 | 1010010 | 101 | 1101110 | 1011001 | 111000 |
Color Harmonies of #4EF32B
Complementary color
Monochromatic Colors of #4EF32B
Black with #4EF32B
Text Example
Text Example
White with #4EF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF32B; }
p { color: rgb(78,243,43); }
H1.HeaderClassName
{
color: #4EF32B;
}
.AnyTagClassName
{
color: #4EF32B;
}
</style>
background-color css
<style>
a { background-color: #4EF32B; }
a { background-color: rgb(78,243,43); }
div.DivClassName
{
background-color: #4EF32B;
}
.BgClassName
{
background-color: #4EF32B;
}
</style>
border-color css
<style>
span { border-color: #4EF32B; }
span { border-color: rgb(78,243,43); }
td.TdClassName
{
border-color: #4EF32B;
}
.TagClassName
{
border-color: #4EF32B;
}
</style>