Shades of Harlequin #4DFD30
Tints of Harlequin #4DFD30
RGB
CMYK
RGB Variations
Color information
#4DFD30 (or 0x4DFD30) is known color: Harlequin. HEX triplet: 4D, FD and 30. RGB value is (77,253,48). Sum of RGB (Red+Green+Blue) = 77+253+48=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFD30 is #B202CF. Grayscale: #B1B1B1. Windows color (decimal): -11666128 or 3210573. OLE color: 3210573.
HSL color Cylindrical-coordinate representation of color #4DFD30: hue angle of 111.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DFD30 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 48 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.01 |
| HSL | 111.51º | 0.98% | 0.59% | - |
| HSV(B) | 111.51º | 0.81% | 0.99% | - |
| XYZ | 38.72 | 72.04 | 14.66 | - |
| YUV | 177.01 | 55.19 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 48 | 0.70 | 0 | 0.81 | 0.01 | 111.51 | 0.98 | 0.59 |
| Hex | 4D | FD | 30 | 46 | 0 | 51 | 1 | 70 | 62 | 3B |
| Octal | 115 | 375 | 60 | 106 | 0 | 121 | 1 | 160 | 142 | 73 |
| Binary | 1001101 | 11111101 | 110000 | 1000110 | 0 | 1010001 | 1 | 1110000 | 1100010 | 111011 |
Color Harmonies of #4DFD30
Complementary color
Monochromatic Colors of #4DFD30
Black with #4DFD30
Text Example
Text Example
White with #4DFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFD30; }
p { color: rgb(77,253,48); }
H1.HeaderClassName
{
color: #4DFD30;
}
.AnyTagClassName
{
color: #4DFD30;
}
</style>
background-color css
<style>
a { background-color: #4DFD30; }
a { background-color: rgb(77,253,48); }
div.DivClassName
{
background-color: #4DFD30;
}
.BgClassName
{
background-color: #4DFD30;
}
</style>
border-color css
<style>
span { border-color: #4DFD30; }
span { border-color: rgb(77,253,48); }
td.TdClassName
{
border-color: #4DFD30;
}
.TagClassName
{
border-color: #4DFD30;
}
</style>