Shades of Harlequin #4DFD32
Tints of Harlequin #4DFD32
RGB
CMYK
RGB Variations
Color information
#4DFD32 (or 0x4DFD32) is known color: Harlequin. HEX triplet: 4D, FD and 32. RGB value is (77,253,50). Sum of RGB (Red+Green+Blue) = 77+253+50=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 253 (99.22% from 255 or 66.58% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFD32 is #B202CD. Grayscale: #B1B1B1. Windows color (decimal): -11666126 or 3341645. OLE color: 3341645.
HSL color Cylindrical-coordinate representation of color #4DFD32: hue angle of 112.02º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DFD32 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 50 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.01 |
| HSL | 112.02º | 0.98% | 0.59% | - |
| HSV(B) | 112.02º | 0.8% | 0.99% | - |
| XYZ | 38.76 | 72.06 | 14.88 | - |
| YUV | 177.23 | 56.19 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 50 | 0.70 | 0 | 0.80 | 0.01 | 112.02 | 0.98 | 0.59 |
| Hex | 4D | FD | 32 | 46 | 0 | 50 | 1 | 70 | 62 | 3B |
| Octal | 115 | 375 | 62 | 106 | 0 | 120 | 1 | 160 | 142 | 73 |
| Binary | 1001101 | 11111101 | 110010 | 1000110 | 0 | 1010000 | 1 | 1110000 | 1100010 | 111011 |
Color Harmonies of #4DFD32
Complementary color
Monochromatic Colors of #4DFD32
Black with #4DFD32
Text Example
Text Example
White with #4DFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFD32; }
p { color: rgb(77,253,50); }
H1.HeaderClassName
{
color: #4DFD32;
}
.AnyTagClassName
{
color: #4DFD32;
}
</style>
background-color css
<style>
a { background-color: #4DFD32; }
a { background-color: rgb(77,253,50); }
div.DivClassName
{
background-color: #4DFD32;
}
.BgClassName
{
background-color: #4DFD32;
}
</style>
border-color css
<style>
span { border-color: #4DFD32; }
span { border-color: rgb(77,253,50); }
td.TdClassName
{
border-color: #4DFD32;
}
.TagClassName
{
border-color: #4DFD32;
}
</style>