Shades of Harlequin #4DED0F
Tints of Harlequin #4DED0F
RGB
CMYK
RGB Variations
Color information
#4DED0F (or 0x4DED0F) is known color: Harlequin. HEX triplet: 4D, ED and 0F. RGB value is (77,237,15). Sum of RGB (Red+Green+Blue) = 77+237+15=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DED0F is #B212F0. Grayscale: #A4A4A4. Windows color (decimal): -11670257 or 1043789. OLE color: 1043789.
HSL color Cylindrical-coordinate representation of color #4DED0F: hue angle of 103.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DED0F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 15 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.07 |
| HSL | 103.24º | 0.88% | 0.49% | - |
| HSV(B) | 103.24º | 0.94% | 0.93% | - |
| XYZ | 33.43 | 62.18 | 10.69 | - |
| YUV | 163.85 | 43.99 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 15 | 0.68 | 0 | 0.94 | 0.07 | 103.24 | 0.88 | 0.49 |
| Hex | 4D | ED | F | 44 | 0 | 5E | 7 | 67 | 58 | 31 |
| Octal | 115 | 355 | 17 | 104 | 0 | 136 | 7 | 147 | 130 | 61 |
| Binary | 1001101 | 11101101 | 1111 | 1000100 | 0 | 1011110 | 111 | 1100111 | 1011000 | 110001 |
Color Harmonies of #4DED0F
Complementary color
Monochromatic Colors of #4DED0F
Black with #4DED0F
Text Example
Text Example
White with #4DED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED0F; }
p { color: rgb(77,237,15); }
H1.HeaderClassName
{
color: #4DED0F;
}
.AnyTagClassName
{
color: #4DED0F;
}
</style>
background-color css
<style>
a { background-color: #4DED0F; }
a { background-color: rgb(77,237,15); }
div.DivClassName
{
background-color: #4DED0F;
}
.BgClassName
{
background-color: #4DED0F;
}
</style>
border-color css
<style>
span { border-color: #4DED0F; }
span { border-color: rgb(77,237,15); }
td.TdClassName
{
border-color: #4DED0F;
}
.TagClassName
{
border-color: #4DED0F;
}
</style>