Shades of Harlequin #4DE80F
Tints of Harlequin #4DE80F
RGB
CMYK
RGB Variations
Color information
#4DE80F (or 0x4DE80F) is known color: Harlequin. HEX triplet: 4D, E8 and 0F. RGB value is (77,232,15). Sum of RGB (Red+Green+Blue) = 77+232+15=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 232 (91.02% from 255 or 71.60% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 232 - color contains mainly: green. Hex color #4DE80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE80F is #B217F0. Grayscale: #A1A1A1. Windows color (decimal): -11671537 or 1042509. OLE color: 1042509.
HSL color Cylindrical-coordinate representation of color #4DE80F: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DE80F is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 232 | 15 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.09 |
| HSL | 102.86º | 0.88% | 0.48% | - |
| HSV(B) | 102.86º | 0.94% | 0.91% | - |
| XYZ | 32 | 59.33 | 10.22 | - |
| YUV | 160.92 | 45.65 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 232 | 15 | 0.67 | 0 | 0.94 | 0.09 | 102.86 | 0.88 | 0.48 |
| Hex | 4D | E8 | F | 43 | 0 | 5E | 9 | 67 | 58 | 30 |
| Octal | 115 | 350 | 17 | 103 | 0 | 136 | 11 | 147 | 130 | 60 |
| Binary | 1001101 | 11101000 | 1111 | 1000011 | 0 | 1011110 | 1001 | 1100111 | 1011000 | 110000 |
Color Harmonies of #4DE80F
Complementary color
Monochromatic Colors of #4DE80F
Black with #4DE80F
Text Example
Text Example
White with #4DE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE80F; }
p { color: rgb(77,232,15); }
H1.HeaderClassName
{
color: #4DE80F;
}
.AnyTagClassName
{
color: #4DE80F;
}
</style>
background-color css
<style>
a { background-color: #4DE80F; }
a { background-color: rgb(77,232,15); }
div.DivClassName
{
background-color: #4DE80F;
}
.BgClassName
{
background-color: #4DE80F;
}
</style>
border-color css
<style>
span { border-color: #4DE80F; }
span { border-color: rgb(77,232,15); }
td.TdClassName
{
border-color: #4DE80F;
}
.TagClassName
{
border-color: #4DE80F;
}
</style>