Shades of Harlequin #4DFA32
Tints of Harlequin #4DFA32
RGB
CMYK
RGB Variations
Color information
#4DFA32 (or 0x4DFA32) is known color: Harlequin. HEX triplet: 4D, FA and 32. RGB value is (77,250,50). Sum of RGB (Red+Green+Blue) = 77+250+50=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA32 is #B205CD. Grayscale: #B0B0B0. Windows color (decimal): -11666894 or 3340877. OLE color: 3340877.
HSL color Cylindrical-coordinate representation of color #4DFA32: hue angle of 111.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DFA32 is Cyan = 0.69, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 50 | - |
| CMYK | 0.69 | 0 | 0.8 | 0.02 |
| HSL | 111.9º | 0.95% | 0.59% | - |
| HSV(B) | 111.9º | 0.8% | 0.98% | - |
| XYZ | 37.82 | 70.18 | 14.57 | - |
| YUV | 175.47 | 57.19 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 50 | 0.69 | 0 | 0.8 | 0.02 | 111.9 | 0.95 | 0.59 |
| Hex | 4D | FA | 32 | 45 | 0 | 50 | 2 | 70 | 5F | 3B |
| Octal | 115 | 372 | 62 | 105 | 0 | 120 | 2 | 160 | 137 | 73 |
| Binary | 1001101 | 11111010 | 110010 | 1000101 | 0 | 1010000 | 10 | 1110000 | 1011111 | 111011 |
Color Harmonies of #4DFA32
Complementary color
Monochromatic Colors of #4DFA32
Black with #4DFA32
Text Example
Text Example
White with #4DFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA32; }
p { color: rgb(77,250,50); }
H1.HeaderClassName
{
color: #4DFA32;
}
.AnyTagClassName
{
color: #4DFA32;
}
</style>
background-color css
<style>
a { background-color: #4DFA32; }
a { background-color: rgb(77,250,50); }
div.DivClassName
{
background-color: #4DFA32;
}
.BgClassName
{
background-color: #4DFA32;
}
</style>
border-color css
<style>
span { border-color: #4DFA32; }
span { border-color: rgb(77,250,50); }
td.TdClassName
{
border-color: #4DFA32;
}
.TagClassName
{
border-color: #4DFA32;
}
</style>