Shades of Harlequin #4EFC34
Tints of Harlequin #4EFC34
RGB
CMYK
RGB Variations
Color information
#4EFC34 (or 0x4EFC34) is known color: Harlequin. HEX triplet: 4E, FC and 34. RGB value is (78,252,52). Sum of RGB (Red+Green+Blue) = 78+252+52=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 252 (98.83% from 255 or 65.97% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFC34 is #B103CB. Grayscale: #B1B1B1. Windows color (decimal): -11600844 or 3472462. OLE color: 3472462.
HSL color Cylindrical-coordinate representation of color #4EFC34: hue angle of 112.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EFC34 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 52 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.01 |
| HSL | 112.2º | 0.97% | 0.6% | - |
| HSV(B) | 112.2º | 0.79% | 0.99% | - |
| XYZ | 38.57 | 71.49 | 15.01 | - |
| YUV | 177.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 52 | 0.69 | 0 | 0.79 | 0.01 | 112.2 | 0.97 | 0.6 |
| Hex | 4E | FC | 34 | 45 | 0 | 4F | 1 | 70 | 61 | 3C |
| Octal | 116 | 374 | 64 | 105 | 0 | 117 | 1 | 160 | 141 | 74 |
| Binary | 1001110 | 11111100 | 110100 | 1000101 | 0 | 1001111 | 1 | 1110000 | 1100001 | 111100 |
Color Harmonies of #4EFC34
Complementary color
Monochromatic Colors of #4EFC34
Black with #4EFC34
Text Example
Text Example
White with #4EFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC34; }
p { color: rgb(78,252,52); }
H1.HeaderClassName
{
color: #4EFC34;
}
.AnyTagClassName
{
color: #4EFC34;
}
</style>
background-color css
<style>
a { background-color: #4EFC34; }
a { background-color: rgb(78,252,52); }
div.DivClassName
{
background-color: #4EFC34;
}
.BgClassName
{
background-color: #4EFC34;
}
</style>
border-color css
<style>
span { border-color: #4EFC34; }
span { border-color: rgb(78,252,52); }
td.TdClassName
{
border-color: #4EFC34;
}
.TagClassName
{
border-color: #4EFC34;
}
</style>