Shades of Harlequin #4DF319
Tints of Harlequin #4DF319
RGB
CMYK
RGB Variations
Color information
#4DF319 (or 0x4DF319) is known color: Harlequin. HEX triplet: 4D, F3 and 19. RGB value is (77,243,25). Sum of RGB (Red+Green+Blue) = 77+243+25=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF319 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF319 is #B20CE6. Grayscale: #A9A9A9. Windows color (decimal): -11668711 or 1700685. OLE color: 1700685.
HSL color Cylindrical-coordinate representation of color #4DF319: hue angle of 105.69º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF319 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 25 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.05 |
| HSL | 105.69º | 0.9% | 0.53% | - |
| HSV(B) | 105.69º | 0.9% | 0.95% | - |
| XYZ | 35.29 | 65.75 | 11.75 | - |
| YUV | 168.51 | 47 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 25 | 0.68 | 0 | 0.90 | 0.05 | 105.69 | 0.9 | 0.53 |
| Hex | 4D | F3 | 19 | 44 | 0 | 5A | 5 | 6A | 5A | 35 |
| Octal | 115 | 363 | 31 | 104 | 0 | 132 | 5 | 152 | 132 | 65 |
| Binary | 1001101 | 11110011 | 11001 | 1000100 | 0 | 1011010 | 101 | 1101010 | 1011010 | 110101 |
Color Harmonies of #4DF319
Complementary color
Monochromatic Colors of #4DF319
Black with #4DF319
Text Example
Text Example
White with #4DF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF319; }
p { color: rgb(77,243,25); }
H1.HeaderClassName
{
color: #4DF319;
}
.AnyTagClassName
{
color: #4DF319;
}
</style>
background-color css
<style>
a { background-color: #4DF319; }
a { background-color: rgb(77,243,25); }
div.DivClassName
{
background-color: #4DF319;
}
.BgClassName
{
background-color: #4DF319;
}
</style>
border-color css
<style>
span { border-color: #4DF319; }
span { border-color: rgb(77,243,25); }
td.TdClassName
{
border-color: #4DF319;
}
.TagClassName
{
border-color: #4DF319;
}
</style>