Shades of Harlequin #4DF925
Tints of Harlequin #4DF925
RGB
CMYK
RGB Variations
Color information
#4DF925 (or 0x4DF925) is known color: Harlequin. HEX triplet: 4D, F9 and 25. RGB value is (77,249,37). Sum of RGB (Red+Green+Blue) = 77+249+37=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF925 is #B206DA. Grayscale: #AEAEAE. Windows color (decimal): -11667163 or 2488653. OLE color: 2488653.
HSL color Cylindrical-coordinate representation of color #4DF925: hue angle of 108.68º degrees, saturation: 0.95, 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 #4DF925 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 37 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.02 |
| HSL | 108.68º | 0.95% | 0.56% | - |
| HSV(B) | 108.68º | 0.85% | 0.98% | - |
| XYZ | 37.27 | 69.46 | 13.19 | - |
| YUV | 173.4 | 51.02 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 37 | 0.69 | 0 | 0.85 | 0.02 | 108.68 | 0.95 | 0.56 |
| Hex | 4D | F9 | 25 | 45 | 0 | 55 | 2 | 6D | 5F | 38 |
| Octal | 115 | 371 | 45 | 105 | 0 | 125 | 2 | 155 | 137 | 70 |
| Binary | 1001101 | 11111001 | 100101 | 1000101 | 0 | 1010101 | 10 | 1101101 | 1011111 | 111000 |
Color Harmonies of #4DF925
Complementary color
Monochromatic Colors of #4DF925
Black with #4DF925
Text Example
Text Example
White with #4DF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF925; }
p { color: rgb(77,249,37); }
H1.HeaderClassName
{
color: #4DF925;
}
.AnyTagClassName
{
color: #4DF925;
}
</style>
background-color css
<style>
a { background-color: #4DF925; }
a { background-color: rgb(77,249,37); }
div.DivClassName
{
background-color: #4DF925;
}
.BgClassName
{
background-color: #4DF925;
}
</style>
border-color css
<style>
span { border-color: #4DF925; }
span { border-color: rgb(77,249,37); }
td.TdClassName
{
border-color: #4DF925;
}
.TagClassName
{
border-color: #4DF925;
}
</style>