Shades of Harlequin #4EEA1F
Tints of Harlequin #4EEA1F
RGB
CMYK
RGB Variations
Color information
#4EEA1F (or 0x4EEA1F) is known color: Harlequin. HEX triplet: 4E, EA and 1F. RGB value is (78,234,31). Sum of RGB (Red+Green+Blue) = 78+234+31=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA1F is #B115E0. Grayscale: #A4A4A4. Windows color (decimal): -11605473 or 2091598. OLE color: 2091598.
HSL color Cylindrical-coordinate representation of color #4EEA1F: hue angle of 106.11º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4EEA1F is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 31 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.08 |
| HSL | 106.11º | 0.83% | 0.52% | - |
| HSV(B) | 106.11º | 0.87% | 0.92% | - |
| XYZ | 32.81 | 60.56 | 11.26 | - |
| YUV | 164.21 | 52.82 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 31 | 0.67 | 0 | 0.87 | 0.08 | 106.11 | 0.83 | 0.52 |
| Hex | 4E | EA | 1F | 43 | 0 | 57 | 8 | 6A | 53 | 34 |
| Octal | 116 | 352 | 37 | 103 | 0 | 127 | 10 | 152 | 123 | 64 |
| Binary | 1001110 | 11101010 | 11111 | 1000011 | 0 | 1010111 | 1000 | 1101010 | 1010011 | 110100 |
Color Harmonies of #4EEA1F
Complementary color
Monochromatic Colors of #4EEA1F
Black with #4EEA1F
Text Example
Text Example
White with #4EEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA1F; }
p { color: rgb(78,234,31); }
H1.HeaderClassName
{
color: #4EEA1F;
}
.AnyTagClassName
{
color: #4EEA1F;
}
</style>
background-color css
<style>
a { background-color: #4EEA1F; }
a { background-color: rgb(78,234,31); }
div.DivClassName
{
background-color: #4EEA1F;
}
.BgClassName
{
background-color: #4EEA1F;
}
</style>
border-color css
<style>
span { border-color: #4EEA1F; }
span { border-color: rgb(78,234,31); }
td.TdClassName
{
border-color: #4EEA1F;
}
.TagClassName
{
border-color: #4EEA1F;
}
</style>