Shades of Harlequin #4DF725
Tints of Harlequin #4DF725
RGB
CMYK
RGB Variations
Color information
#4DF725 (or 0x4DF725) is known color: Harlequin. HEX triplet: 4D, F7 and 25. RGB value is (77,247,37). Sum of RGB (Red+Green+Blue) = 77+247+37=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 247 (96.88% from 255 or 68.42% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF725 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF725 is #B208DA. Grayscale: #ACACAC. Windows color (decimal): -11667675 or 2488141. OLE color: 2488141.
HSL color Cylindrical-coordinate representation of color #4DF725: hue angle of 108.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DF725 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 37 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.03 |
| HSL | 108.57º | 0.93% | 0.56% | - |
| HSV(B) | 108.57º | 0.85% | 0.97% | - |
| XYZ | 36.66 | 68.23 | 12.99 | - |
| YUV | 172.23 | 51.68 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 37 | 0.69 | 0 | 0.85 | 0.03 | 108.57 | 0.93 | 0.56 |
| Hex | 4D | F7 | 25 | 45 | 0 | 55 | 3 | 6D | 5D | 38 |
| Octal | 115 | 367 | 45 | 105 | 0 | 125 | 3 | 155 | 135 | 70 |
| Binary | 1001101 | 11110111 | 100101 | 1000101 | 0 | 1010101 | 11 | 1101101 | 1011101 | 111000 |
Color Harmonies of #4DF725
Complementary color
Monochromatic Colors of #4DF725
Black with #4DF725
Text Example
Text Example
White with #4DF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF725; }
p { color: rgb(77,247,37); }
H1.HeaderClassName
{
color: #4DF725;
}
.AnyTagClassName
{
color: #4DF725;
}
</style>
background-color css
<style>
a { background-color: #4DF725; }
a { background-color: rgb(77,247,37); }
div.DivClassName
{
background-color: #4DF725;
}
.BgClassName
{
background-color: #4DF725;
}
</style>
border-color css
<style>
span { border-color: #4DF725; }
span { border-color: rgb(77,247,37); }
td.TdClassName
{
border-color: #4DF725;
}
.TagClassName
{
border-color: #4DF725;
}
</style>