Shades of Harlequin #4DEE0F
Tints of Harlequin #4DEE0F
RGB
CMYK
RGB Variations
Color information
#4DEE0F (or 0x4DEE0F) is known color: Harlequin. HEX triplet: 4D, EE and 0F. RGB value is (77,238,15). Sum of RGB (Red+Green+Blue) = 77+238+15=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 238 (93.36% from 255 or 72.12% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE0F is #B211F0. Grayscale: #A5A5A5. Windows color (decimal): -11670001 or 1044045. OLE color: 1044045.
HSL color Cylindrical-coordinate representation of color #4DEE0F: hue angle of 103.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DEE0F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 15 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.07 |
| HSL | 103.32º | 0.88% | 0.5% | - |
| HSV(B) | 103.32º | 0.94% | 0.93% | - |
| XYZ | 33.72 | 62.76 | 10.79 | - |
| YUV | 164.44 | 43.66 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 15 | 0.68 | 0 | 0.94 | 0.07 | 103.32 | 0.88 | 0.5 |
| Hex | 4D | EE | F | 44 | 0 | 5E | 7 | 67 | 58 | 32 |
| Octal | 115 | 356 | 17 | 104 | 0 | 136 | 7 | 147 | 130 | 62 |
| Binary | 1001101 | 11101110 | 1111 | 1000100 | 0 | 1011110 | 111 | 1100111 | 1011000 | 110010 |
Color Harmonies of #4DEE0F
Complementary color
Monochromatic Colors of #4DEE0F
Black with #4DEE0F
Text Example
Text Example
White with #4DEE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE0F; }
p { color: rgb(77,238,15); }
H1.HeaderClassName
{
color: #4DEE0F;
}
.AnyTagClassName
{
color: #4DEE0F;
}
</style>
background-color css
<style>
a { background-color: #4DEE0F; }
a { background-color: rgb(77,238,15); }
div.DivClassName
{
background-color: #4DEE0F;
}
.BgClassName
{
background-color: #4DEE0F;
}
</style>
border-color css
<style>
span { border-color: #4DEE0F; }
span { border-color: rgb(77,238,15); }
td.TdClassName
{
border-color: #4DEE0F;
}
.TagClassName
{
border-color: #4DEE0F;
}
</style>