Shades of Harlequin #4DE308
Tints of Harlequin #4DE308
RGB
CMYK
RGB Variations
Color information
#4DE308 (or 0x4DE308) is known color: Harlequin. HEX triplet: 4D, E3 and 08. RGB value is (77,227,8). Sum of RGB (Red+Green+Blue) = 77+227+8=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 227 (89.06% from 255 or 72.76% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 227 - color contains mainly: green. Hex color #4DE308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE308 is #B21CF7. Grayscale: #9D9D9D. Windows color (decimal): -11672824 or 582477. OLE color: 582477.
HSL color Cylindrical-coordinate representation of color #4DE308: hue angle of 101.1º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DE308 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 227 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.11 |
| HSL | 101.1º | 0.93% | 0.46% | - |
| HSV(B) | 101.1º | 0.96% | 0.89% | - |
| XYZ | 30.57 | 56.53 | 9.53 | - |
| YUV | 157.18 | 43.81 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 227 | 8 | 0.66 | 0 | 0.96 | 0.11 | 101.1 | 0.93 | 0.46 |
| Hex | 4D | E3 | 8 | 42 | 0 | 60 | B | 65 | 5D | 2E |
| Octal | 115 | 343 | 10 | 102 | 0 | 140 | 13 | 145 | 135 | 56 |
| Binary | 1001101 | 11100011 | 1000 | 1000010 | 0 | 1100000 | 1011 | 1100101 | 1011101 | 101110 |
Color Harmonies of #4DE308
Complementary color
Monochromatic Colors of #4DE308
Black with #4DE308
Text Example
Text Example
White with #4DE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE308; }
p { color: rgb(77,227,8); }
H1.HeaderClassName
{
color: #4DE308;
}
.AnyTagClassName
{
color: #4DE308;
}
</style>
background-color css
<style>
a { background-color: #4DE308; }
a { background-color: rgb(77,227,8); }
div.DivClassName
{
background-color: #4DE308;
}
.BgClassName
{
background-color: #4DE308;
}
</style>
border-color css
<style>
span { border-color: #4DE308; }
span { border-color: rgb(77,227,8); }
td.TdClassName
{
border-color: #4DE308;
}
.TagClassName
{
border-color: #4DE308;
}
</style>