Shades of Harlequin #4DFF21
Tints of Harlequin #4DFF21
RGB
CMYK
RGB Variations
Color information
#4DFF21 (or 0x4DFF21) is known color: Harlequin. HEX triplet: 4D, FF and 21. RGB value is (77,255,33). Sum of RGB (Red+Green+Blue) = 77+255+33=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF21 is #B200DE. Grayscale: #B1B1B1. Windows color (decimal): -11665631 or 2228045. OLE color: 2228045.
HSL color Cylindrical-coordinate representation of color #4DFF21: hue angle of 108.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFF21 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 33 | - |
| CMYK | 0.70 | 0 | 0.87 | 0 |
| HSL | 108.11º | 1% | 0.56% | - |
| HSV(B) | 108.11º | 0.87% | 1% | - |
| XYZ | 39.1 | 73.21 | 13.51 | - |
| YUV | 176.47 | 47.03 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 33 | 0.70 | 0 | 0.87 | 0 | 108.11 | 1 | 0.56 |
| Hex | 4D | FF | 21 | 46 | 0 | 57 | 0 | 6C | 64 | 38 |
| Octal | 115 | 377 | 41 | 106 | 0 | 127 | 0 | 154 | 144 | 70 |
| Binary | 1001101 | 11111111 | 100001 | 1000110 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4DFF21
Complementary color
Monochromatic Colors of #4DFF21
Black with #4DFF21
Text Example
Text Example
White with #4DFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF21; }
p { color: rgb(77,255,33); }
H1.HeaderClassName
{
color: #4DFF21;
}
.AnyTagClassName
{
color: #4DFF21;
}
</style>
background-color css
<style>
a { background-color: #4DFF21; }
a { background-color: rgb(77,255,33); }
div.DivClassName
{
background-color: #4DFF21;
}
.BgClassName
{
background-color: #4DFF21;
}
</style>
border-color css
<style>
span { border-color: #4DFF21; }
span { border-color: rgb(77,255,33); }
td.TdClassName
{
border-color: #4DFF21;
}
.TagClassName
{
border-color: #4DFF21;
}
</style>