Shades of Harlequin #4DEE08
Tints of Harlequin #4DEE08
RGB
CMYK
RGB Variations
Color information
#4DEE08 (or 0x4DEE08) is known color: Harlequin. HEX triplet: 4D, EE and 08. RGB value is (77,238,8). Sum of RGB (Red+Green+Blue) = 77+238+8=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 238 (93.36% from 255 or 73.68% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE08 is #B211F7. Grayscale: #A4A4A4. Windows color (decimal): -11670008 or 585293. OLE color: 585293.
HSL color Cylindrical-coordinate representation of color #4DEE08: hue angle of 102º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DEE08 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
RGB | 77 | 238 | 8 | - |
CMYK | 0.68 | 0 | 0.97 | 0.07 |
HSL | 102º | 0.93% | 0.48% | - |
HSV(B) | 102º | 0.97% | 0.93% | - |
XYZ | 33.68 | 62.74 | 10.57 | - |
YUV | 163.64 | 40.16 | 66.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 238 | 8 | 0.68 | 0 | 0.97 | 0.07 | 102 | 0.93 | 0.48 |
Hex | 4D | EE | 8 | 44 | 0 | 61 | 7 | 66 | 5D | 30 |
Octal | 115 | 356 | 10 | 104 | 0 | 141 | 7 | 146 | 135 | 60 |
Binary | 1001101 | 11101110 | 1000 | 1000100 | 0 | 1100001 | 111 | 1100110 | 1011101 | 110000 |
Color Harmonies of #4DEE08
Complementary color
Monochromatic Colors of #4DEE08
Black with #4DEE08
Text Example
Text Example
White with #4DEE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE08; }
p { color: rgb(77,238,8); }
H1.HeaderClassName
{
color: #4DEE08;
}
.AnyTagClassName
{
color: #4DEE08;
}
</style>
background-color css
<style>
a { background-color: #4DEE08; }
a { background-color: rgb(77,238,8); }
div.DivClassName
{
background-color: #4DEE08;
}
.BgClassName
{
background-color: #4DEE08;
}
</style>
border-color css
<style>
span { border-color: #4DEE08; }
span { border-color: rgb(77,238,8); }
td.TdClassName
{
border-color: #4DEE08;
}
.TagClassName
{
border-color: #4DEE08;
}
</style>