Shades of Harlequin #4DF715
Tints of Harlequin #4DF715
RGB
CMYK
RGB Variations
Color information
#4DF715 (or 0x4DF715) is known color: Harlequin. HEX triplet: 4D, F7 and 15. RGB value is (77,247,21). Sum of RGB (Red+Green+Blue) = 77+247+21=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF715 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF715 is #B208EA. Grayscale: #ABABAB. Windows color (decimal): -11667691 or 1439565. OLE color: 1439565.
HSL color Cylindrical-coordinate representation of color #4DF715: hue angle of 105.13º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DF715 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 21 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.03 |
| HSL | 105.13º | 0.93% | 0.53% | - |
| HSV(B) | 105.13º | 0.91% | 0.97% | - |
| XYZ | 36.46 | 68.15 | 11.94 | - |
| YUV | 170.41 | 43.68 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 21 | 0.69 | 0 | 0.91 | 0.03 | 105.13 | 0.93 | 0.53 |
| Hex | 4D | F7 | 15 | 45 | 0 | 5B | 3 | 69 | 5D | 35 |
| Octal | 115 | 367 | 25 | 105 | 0 | 133 | 3 | 151 | 135 | 65 |
| Binary | 1001101 | 11110111 | 10101 | 1000101 | 0 | 1011011 | 11 | 1101001 | 1011101 | 110101 |
Color Harmonies of #4DF715
Complementary color
Monochromatic Colors of #4DF715
Black with #4DF715
Text Example
Text Example
White with #4DF715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF715; }
p { color: rgb(77,247,21); }
H1.HeaderClassName
{
color: #4DF715;
}
.AnyTagClassName
{
color: #4DF715;
}
</style>
background-color css
<style>
a { background-color: #4DF715; }
a { background-color: rgb(77,247,21); }
div.DivClassName
{
background-color: #4DF715;
}
.BgClassName
{
background-color: #4DF715;
}
</style>
border-color css
<style>
span { border-color: #4DF715; }
span { border-color: rgb(77,247,21); }
td.TdClassName
{
border-color: #4DF715;
}
.TagClassName
{
border-color: #4DF715;
}
</style>