Shades of Harlequin #4DFB25
Tints of Harlequin #4DFB25
RGB
CMYK
RGB Variations
Color information
#4DFB25 (or 0x4DFB25) is known color: Harlequin. HEX triplet: 4D, FB and 25. RGB value is (77,251,37). Sum of RGB (Red+Green+Blue) = 77+251+37=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB25 is #B204DA. Grayscale: #AFAFAF. Windows color (decimal): -11666651 or 2489165. OLE color: 2489165.
HSL color Cylindrical-coordinate representation of color #4DFB25: hue angle of 108.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DFB25 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 37 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.02 |
| HSL | 108.79º | 0.96% | 0.56% | - |
| HSV(B) | 108.79º | 0.85% | 0.98% | - |
| XYZ | 37.89 | 70.71 | 13.4 | - |
| YUV | 174.58 | 50.35 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 37 | 0.69 | 0 | 0.85 | 0.02 | 108.79 | 0.96 | 0.56 |
| Hex | 4D | FB | 25 | 45 | 0 | 55 | 2 | 6D | 60 | 38 |
| Octal | 115 | 373 | 45 | 105 | 0 | 125 | 2 | 155 | 140 | 70 |
| Binary | 1001101 | 11111011 | 100101 | 1000101 | 0 | 1010101 | 10 | 1101101 | 1100000 | 111000 |
Color Harmonies of #4DFB25
Complementary color
Monochromatic Colors of #4DFB25
Black with #4DFB25
Text Example
Text Example
White with #4DFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB25; }
p { color: rgb(77,251,37); }
H1.HeaderClassName
{
color: #4DFB25;
}
.AnyTagClassName
{
color: #4DFB25;
}
</style>
background-color css
<style>
a { background-color: #4DFB25; }
a { background-color: rgb(77,251,37); }
div.DivClassName
{
background-color: #4DFB25;
}
.BgClassName
{
background-color: #4DFB25;
}
</style>
border-color css
<style>
span { border-color: #4DFB25; }
span { border-color: rgb(77,251,37); }
td.TdClassName
{
border-color: #4DFB25;
}
.TagClassName
{
border-color: #4DFB25;
}
</style>