Shades of Harlequin #4DFC32
Tints of Harlequin #4DFC32
RGB
CMYK
RGB Variations
Color information
#4DFC32 (or 0x4DFC32) is known color: Harlequin. HEX triplet: 4D, FC and 32. RGB value is (77,252,50). Sum of RGB (Red+Green+Blue) = 77+252+50=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC32 is #B203CD. Grayscale: #B1B1B1. Windows color (decimal): -11666382 or 3341389. OLE color: 3341389.
HSL color Cylindrical-coordinate representation of color #4DFC32: hue angle of 111.98º degrees, saturation: 0.97, 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 #4DFC32 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 50 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.01 |
| HSL | 111.98º | 0.97% | 0.59% | - |
| HSV(B) | 111.98º | 0.8% | 0.99% | - |
| XYZ | 38.45 | 71.43 | 14.78 | - |
| YUV | 176.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 50 | 0.69 | 0 | 0.80 | 0.01 | 111.98 | 0.97 | 0.59 |
| Hex | 4D | FC | 32 | 45 | 0 | 50 | 1 | 70 | 61 | 3B |
| Octal | 115 | 374 | 62 | 105 | 0 | 120 | 1 | 160 | 141 | 73 |
| Binary | 1001101 | 11111100 | 110010 | 1000101 | 0 | 1010000 | 1 | 1110000 | 1100001 | 111011 |
Color Harmonies of #4DFC32
Complementary color
Monochromatic Colors of #4DFC32
Black with #4DFC32
Text Example
Text Example
White with #4DFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC32; }
p { color: rgb(77,252,50); }
H1.HeaderClassName
{
color: #4DFC32;
}
.AnyTagClassName
{
color: #4DFC32;
}
</style>
background-color css
<style>
a { background-color: #4DFC32; }
a { background-color: rgb(77,252,50); }
div.DivClassName
{
background-color: #4DFC32;
}
.BgClassName
{
background-color: #4DFC32;
}
</style>
border-color css
<style>
span { border-color: #4DFC32; }
span { border-color: rgb(77,252,50); }
td.TdClassName
{
border-color: #4DFC32;
}
.TagClassName
{
border-color: #4DFC32;
}
</style>