Shades of Harlequin #4DFE21
Tints of Harlequin #4DFE21
RGB
CMYK
RGB Variations
Color information
#4DFE21 (or 0x4DFE21) is known color: Harlequin. HEX triplet: 4D, FE and 21. RGB value is (77,254,33). Sum of RGB (Red+Green+Blue) = 77+254+33=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFE21 is #B201DE. Grayscale: #B0B0B0. Windows color (decimal): -11665887 or 2227789. OLE color: 2227789.
HSL color Cylindrical-coordinate representation of color #4DFE21: hue angle of 108.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFE21 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 33 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.00 |
| HSL | 108.05º | 0.99% | 0.56% | - |
| HSV(B) | 108.05º | 0.87% | 1% | - |
| XYZ | 38.78 | 72.57 | 13.4 | - |
| YUV | 175.88 | 47.36 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 33 | 0.70 | 0 | 0.87 | 0.00 | 108.05 | 0.99 | 0.56 |
| Hex | 4D | FE | 21 | 46 | 0 | 57 | 0 | 6C | 63 | 38 |
| Octal | 115 | 376 | 41 | 106 | 0 | 127 | 0 | 154 | 143 | 70 |
| Binary | 1001101 | 11111110 | 100001 | 1000110 | 0 | 1010111 | 0 | 1101100 | 1100011 | 111000 |
Color Harmonies of #4DFE21
Complementary color
Monochromatic Colors of #4DFE21
Black with #4DFE21
Text Example
Text Example
White with #4DFE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE21; }
p { color: rgb(77,254,33); }
H1.HeaderClassName
{
color: #4DFE21;
}
.AnyTagClassName
{
color: #4DFE21;
}
</style>
background-color css
<style>
a { background-color: #4DFE21; }
a { background-color: rgb(77,254,33); }
div.DivClassName
{
background-color: #4DFE21;
}
.BgClassName
{
background-color: #4DFE21;
}
</style>
border-color css
<style>
span { border-color: #4DFE21; }
span { border-color: rgb(77,254,33); }
td.TdClassName
{
border-color: #4DFE21;
}
.TagClassName
{
border-color: #4DFE21;
}
</style>