Shades of Harlequin #4DE302
Tints of Harlequin #4DE302
RGB
CMYK
RGB Variations
Color information
#4DE302 (or 0x4DE302) is known color: Harlequin. HEX triplet: 4D, E3 and 02. RGB value is (77,227,2). Sum of RGB (Red+Green+Blue) = 77+227+2=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #4DE302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE302 is #B21CFD. Grayscale: #9D9D9D. Windows color (decimal): -11672830 or 189261. OLE color: 189261.
HSL color Cylindrical-coordinate representation of color #4DE302: hue angle of 100º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DE302 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 227 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.11 |
| HSL | 100º | 0.98% | 0.45% | - |
| HSV(B) | 100º | 0.99% | 0.89% | - |
| XYZ | 30.54 | 56.52 | 9.36 | - |
| YUV | 156.5 | 40.81 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 227 | 2 | 0.66 | 0 | 0.99 | 0.11 | 100 | 0.98 | 0.45 |
| Hex | 4D | E3 | 2 | 42 | 0 | 63 | B | 64 | 62 | 2D |
| Octal | 115 | 343 | 2 | 102 | 0 | 143 | 13 | 144 | 142 | 55 |
| Binary | 1001101 | 11100011 | 10 | 1000010 | 0 | 1100011 | 1011 | 1100100 | 1100010 | 101101 |
Color Harmonies of #4DE302
Complementary color
Monochromatic Colors of #4DE302
Black with #4DE302
Text Example
Text Example
White with #4DE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE302; }
p { color: rgb(77,227,2); }
H1.HeaderClassName
{
color: #4DE302;
}
.AnyTagClassName
{
color: #4DE302;
}
</style>
background-color css
<style>
a { background-color: #4DE302; }
a { background-color: rgb(77,227,2); }
div.DivClassName
{
background-color: #4DE302;
}
.BgClassName
{
background-color: #4DE302;
}
</style>
border-color css
<style>
span { border-color: #4DE302; }
span { border-color: rgb(77,227,2); }
td.TdClassName
{
border-color: #4DE302;
}
.TagClassName
{
border-color: #4DE302;
}
</style>