Shades of Harlequin #4DF81B
Tints of Harlequin #4DF81B
RGB
CMYK
RGB Variations
Color information
#4DF81B (or 0x4DF81B) is known color: Harlequin. HEX triplet: 4D, F8 and 1B. RGB value is (77,248,27). Sum of RGB (Red+Green+Blue) = 77+248+27=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 248 (97.27% from 255 or 70.45% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF81B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF81B is #B207E4. Grayscale: #ACACAC. Windows color (decimal): -11667429 or 1833037. OLE color: 1833037.
HSL color Cylindrical-coordinate representation of color #4DF81B: hue angle of 106.43º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DF81B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 27 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.03 |
| HSL | 106.43º | 0.94% | 0.54% | - |
| HSV(B) | 106.43º | 0.89% | 0.97% | - |
| XYZ | 36.83 | 68.79 | 12.37 | - |
| YUV | 171.68 | 46.35 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 27 | 0.69 | 0 | 0.89 | 0.03 | 106.43 | 0.94 | 0.54 |
| Hex | 4D | F8 | 1B | 45 | 0 | 59 | 3 | 6A | 5E | 36 |
| Octal | 115 | 370 | 33 | 105 | 0 | 131 | 3 | 152 | 136 | 66 |
| Binary | 1001101 | 11111000 | 11011 | 1000101 | 0 | 1011001 | 11 | 1101010 | 1011110 | 110110 |
Color Harmonies of #4DF81B
Complementary color
Monochromatic Colors of #4DF81B
Black with #4DF81B
Text Example
Text Example
White with #4DF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF81B; }
p { color: rgb(77,248,27); }
H1.HeaderClassName
{
color: #4DF81B;
}
.AnyTagClassName
{
color: #4DF81B;
}
</style>
background-color css
<style>
a { background-color: #4DF81B; }
a { background-color: rgb(77,248,27); }
div.DivClassName
{
background-color: #4DF81B;
}
.BgClassName
{
background-color: #4DF81B;
}
</style>
border-color css
<style>
span { border-color: #4DF81B; }
span { border-color: rgb(77,248,27); }
td.TdClassName
{
border-color: #4DF81B;
}
.TagClassName
{
border-color: #4DF81B;
}
</style>