Shades of Harlequin #4DF025
Tints of Harlequin #4DF025
RGB
CMYK
RGB Variations
Color information
#4DF025 (or 0x4DF025) is known color: Harlequin. HEX triplet: 4D, F0 and 25. RGB value is (77,240,37). Sum of RGB (Red+Green+Blue) = 77+240+37=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF025 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF025 is #B20FDA. Grayscale: #A8A8A8. Windows color (decimal): -11669467 or 2486349. OLE color: 2486349.
HSL color Cylindrical-coordinate representation of color #4DF025: hue angle of 108.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DF025 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 37 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.06 |
| HSL | 108.18º | 0.87% | 0.54% | - |
| HSV(B) | 108.18º | 0.85% | 0.94% | - |
| XYZ | 34.55 | 64.03 | 12.29 | - |
| YUV | 168.12 | 54 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 37 | 0.68 | 0 | 0.85 | 0.06 | 108.18 | 0.87 | 0.54 |
| Hex | 4D | F0 | 25 | 44 | 0 | 55 | 6 | 6C | 57 | 36 |
| Octal | 115 | 360 | 45 | 104 | 0 | 125 | 6 | 154 | 127 | 66 |
| Binary | 1001101 | 11110000 | 100101 | 1000100 | 0 | 1010101 | 110 | 1101100 | 1010111 | 110110 |
Color Harmonies of #4DF025
Complementary color
Monochromatic Colors of #4DF025
Black with #4DF025
Text Example
Text Example
White with #4DF025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF025; }
p { color: rgb(77,240,37); }
H1.HeaderClassName
{
color: #4DF025;
}
.AnyTagClassName
{
color: #4DF025;
}
</style>
background-color css
<style>
a { background-color: #4DF025; }
a { background-color: rgb(77,240,37); }
div.DivClassName
{
background-color: #4DF025;
}
.BgClassName
{
background-color: #4DF025;
}
</style>
border-color css
<style>
span { border-color: #4DF025; }
span { border-color: rgb(77,240,37); }
td.TdClassName
{
border-color: #4DF025;
}
.TagClassName
{
border-color: #4DF025;
}
</style>