Shades of Harlequin #4DF82A
Tints of Harlequin #4DF82A
RGB
CMYK
RGB Variations
Color information
#4DF82A (or 0x4DF82A) is known color: Harlequin. HEX triplet: 4D, F8 and 2A. RGB value is (77,248,42). Sum of RGB (Red+Green+Blue) = 77+248+42=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF82A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF82A is #B207D5. Grayscale: #AEAEAE. Windows color (decimal): -11667414 or 2816077. OLE color: 2816077.
HSL color Cylindrical-coordinate representation of color #4DF82A: hue angle of 109.81º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF82A is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 42 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.03 |
| HSL | 109.81º | 0.94% | 0.57% | - |
| HSV(B) | 109.81º | 0.83% | 0.97% | - |
| XYZ | 37.05 | 68.88 | 13.53 | - |
| YUV | 173.39 | 53.85 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 42 | 0.69 | 0 | 0.83 | 0.03 | 109.81 | 0.94 | 0.57 |
| Hex | 4D | F8 | 2A | 45 | 0 | 53 | 3 | 6E | 5E | 39 |
| Octal | 115 | 370 | 52 | 105 | 0 | 123 | 3 | 156 | 136 | 71 |
| Binary | 1001101 | 11111000 | 101010 | 1000101 | 0 | 1010011 | 11 | 1101110 | 1011110 | 111001 |
Color Harmonies of #4DF82A
Complementary color
Monochromatic Colors of #4DF82A
Black with #4DF82A
Text Example
Text Example
White with #4DF82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF82A; }
p { color: rgb(77,248,42); }
H1.HeaderClassName
{
color: #4DF82A;
}
.AnyTagClassName
{
color: #4DF82A;
}
</style>
background-color css
<style>
a { background-color: #4DF82A; }
a { background-color: rgb(77,248,42); }
div.DivClassName
{
background-color: #4DF82A;
}
.BgClassName
{
background-color: #4DF82A;
}
</style>
border-color css
<style>
span { border-color: #4DF82A; }
span { border-color: rgb(77,248,42); }
td.TdClassName
{
border-color: #4DF82A;
}
.TagClassName
{
border-color: #4DF82A;
}
</style>