Shades of Harlequin #4DEE05
Tints of Harlequin #4DEE05
RGB
CMYK
RGB Variations
Color information
#4DEE05 (or 0x4DEE05) is known color: Harlequin. HEX triplet: 4D, EE and 05. RGB value is (77,238,5). Sum of RGB (Red+Green+Blue) = 77+238+5=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 238 (93.36% from 255 or 74.38% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE05 is #B211FA. Grayscale: #A4A4A4. Windows color (decimal): -11670011 or 388685. OLE color: 388685.
HSL color Cylindrical-coordinate representation of color #4DEE05: hue angle of 101.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DEE05 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.07 |
| HSL | 101.46º | 0.96% | 0.48% | - |
| HSV(B) | 101.46º | 0.98% | 0.93% | - |
| XYZ | 33.66 | 62.74 | 10.48 | - |
| YUV | 163.3 | 38.66 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 5 | 0.68 | 0 | 0.98 | 0.07 | 101.46 | 0.96 | 0.48 |
| Hex | 4D | EE | 5 | 44 | 0 | 62 | 7 | 65 | 60 | 30 |
| Octal | 115 | 356 | 5 | 104 | 0 | 142 | 7 | 145 | 140 | 60 |
| Binary | 1001101 | 11101110 | 101 | 1000100 | 0 | 1100010 | 111 | 1100101 | 1100000 | 110000 |
Color Harmonies of #4DEE05
Complementary color
Monochromatic Colors of #4DEE05
Black with #4DEE05
Text Example
Text Example
White with #4DEE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE05; }
p { color: rgb(77,238,5); }
H1.HeaderClassName
{
color: #4DEE05;
}
.AnyTagClassName
{
color: #4DEE05;
}
</style>
background-color css
<style>
a { background-color: #4DEE05; }
a { background-color: rgb(77,238,5); }
div.DivClassName
{
background-color: #4DEE05;
}
.BgClassName
{
background-color: #4DEE05;
}
</style>
border-color css
<style>
span { border-color: #4DEE05; }
span { border-color: rgb(77,238,5); }
td.TdClassName
{
border-color: #4DEE05;
}
.TagClassName
{
border-color: #4DEE05;
}
</style>