Shades of Harlequin #4DFB21
Tints of Harlequin #4DFB21
RGB
CMYK
RGB Variations
Color information
#4DFB21 (or 0x4DFB21) is known color: Harlequin. HEX triplet: 4D, FB and 21. RGB value is (77,251,33). Sum of RGB (Red+Green+Blue) = 77+251+33=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB21 is #B204DE. Grayscale: #AEAEAE. Windows color (decimal): -11666655 or 2227021. OLE color: 2227021.
HSL color Cylindrical-coordinate representation of color #4DFB21: hue angle of 107.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFB21 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 33 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.02 |
| HSL | 107.89º | 0.96% | 0.56% | - |
| HSV(B) | 107.89º | 0.87% | 0.98% | - |
| XYZ | 37.83 | 70.68 | 13.09 | - |
| YUV | 174.12 | 48.35 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 33 | 0.69 | 0 | 0.87 | 0.02 | 107.89 | 0.96 | 0.56 |
| Hex | 4D | FB | 21 | 45 | 0 | 57 | 2 | 6C | 60 | 38 |
| Octal | 115 | 373 | 41 | 105 | 0 | 127 | 2 | 154 | 140 | 70 |
| Binary | 1001101 | 11111011 | 100001 | 1000101 | 0 | 1010111 | 10 | 1101100 | 1100000 | 111000 |
Color Harmonies of #4DFB21
Complementary color
Monochromatic Colors of #4DFB21
Black with #4DFB21
Text Example
Text Example
White with #4DFB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB21; }
p { color: rgb(77,251,33); }
H1.HeaderClassName
{
color: #4DFB21;
}
.AnyTagClassName
{
color: #4DFB21;
}
</style>
background-color css
<style>
a { background-color: #4DFB21; }
a { background-color: rgb(77,251,33); }
div.DivClassName
{
background-color: #4DFB21;
}
.BgClassName
{
background-color: #4DFB21;
}
</style>
border-color css
<style>
span { border-color: #4DFB21; }
span { border-color: rgb(77,251,33); }
td.TdClassName
{
border-color: #4DFB21;
}
.TagClassName
{
border-color: #4DFB21;
}
</style>