Shades of Harlequin #4DFF25
Tints of Harlequin #4DFF25
RGB
CMYK
RGB Variations
Color information
#4DFF25 (or 0x4DFF25) is known color: Harlequin. HEX triplet: 4D, FF and 25. RGB value is (77,255,37). Sum of RGB (Red+Green+Blue) = 77+255+37=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF25 is #B200DA. Grayscale: #B1B1B1. Windows color (decimal): -11665627 or 2490189. OLE color: 2490189.
HSL color Cylindrical-coordinate representation of color #4DFF25: hue angle of 108.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DFF25 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 37 | - |
| CMYK | 0.70 | 0 | 0.85 | 0 |
| HSL | 108.99º | 1% | 0.57% | - |
| HSV(B) | 108.99º | 0.85% | 1% | - |
| XYZ | 39.15 | 73.23 | 13.82 | - |
| YUV | 176.93 | 49.03 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 37 | 0.70 | 0 | 0.85 | 0 | 108.99 | 1 | 0.57 |
| Hex | 4D | FF | 25 | 46 | 0 | 55 | 0 | 6D | 64 | 39 |
| Octal | 115 | 377 | 45 | 106 | 0 | 125 | 0 | 155 | 144 | 71 |
| Binary | 1001101 | 11111111 | 100101 | 1000110 | 0 | 1010101 | 0 | 1101101 | 1100100 | 111001 |
Color Harmonies of #4DFF25
Complementary color
Monochromatic Colors of #4DFF25
Black with #4DFF25
Text Example
Text Example
White with #4DFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF25; }
p { color: rgb(77,255,37); }
H1.HeaderClassName
{
color: #4DFF25;
}
.AnyTagClassName
{
color: #4DFF25;
}
</style>
background-color css
<style>
a { background-color: #4DFF25; }
a { background-color: rgb(77,255,37); }
div.DivClassName
{
background-color: #4DFF25;
}
.BgClassName
{
background-color: #4DFF25;
}
</style>
border-color css
<style>
span { border-color: #4DFF25; }
span { border-color: rgb(77,255,37); }
td.TdClassName
{
border-color: #4DFF25;
}
.TagClassName
{
border-color: #4DFF25;
}
</style>