Shades of Harlequin #4DFB27
Tints of Harlequin #4DFB27
RGB
CMYK
RGB Variations
Color information
#4DFB27 (or 0x4DFB27) is known color: Harlequin. HEX triplet: 4D, FB and 27. RGB value is (77,251,39). Sum of RGB (Red+Green+Blue) = 77+251+39=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB27 is #B204D8. Grayscale: #AFAFAF. Windows color (decimal): -11666649 or 2620237. OLE color: 2620237.
HSL color Cylindrical-coordinate representation of color #4DFB27: hue angle of 109.25º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DFB27 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 39 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.02 |
| HSL | 109.25º | 0.96% | 0.57% | - |
| HSV(B) | 109.25º | 0.84% | 0.98% | - |
| XYZ | 37.92 | 70.72 | 13.57 | - |
| YUV | 174.81 | 51.35 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 39 | 0.69 | 0 | 0.84 | 0.02 | 109.25 | 0.96 | 0.57 |
| Hex | 4D | FB | 27 | 45 | 0 | 54 | 2 | 6D | 60 | 39 |
| Octal | 115 | 373 | 47 | 105 | 0 | 124 | 2 | 155 | 140 | 71 |
| Binary | 1001101 | 11111011 | 100111 | 1000101 | 0 | 1010100 | 10 | 1101101 | 1100000 | 111001 |
Color Harmonies of #4DFB27
Complementary color
Monochromatic Colors of #4DFB27
Black with #4DFB27
Text Example
Text Example
White with #4DFB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB27; }
p { color: rgb(77,251,39); }
H1.HeaderClassName
{
color: #4DFB27;
}
.AnyTagClassName
{
color: #4DFB27;
}
</style>
background-color css
<style>
a { background-color: #4DFB27; }
a { background-color: rgb(77,251,39); }
div.DivClassName
{
background-color: #4DFB27;
}
.BgClassName
{
background-color: #4DFB27;
}
</style>
border-color css
<style>
span { border-color: #4DFB27; }
span { border-color: rgb(77,251,39); }
td.TdClassName
{
border-color: #4DFB27;
}
.TagClassName
{
border-color: #4DFB27;
}
</style>