Shades of Harlequin #4DF915
Tints of Harlequin #4DF915
RGB
CMYK
RGB Variations
Color information
#4DF915 (or 0x4DF915) is known color: Harlequin. HEX triplet: 4D, F9 and 15. RGB value is (77,249,21). Sum of RGB (Red+Green+Blue) = 77+249+21=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF915 is #B206EA. Grayscale: #ACACAC. Windows color (decimal): -11667179 or 1440077. OLE color: 1440077.
HSL color Cylindrical-coordinate representation of color #4DF915: hue angle of 105.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DF915 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 21 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.02 |
| HSL | 105.26º | 0.95% | 0.53% | - |
| HSV(B) | 105.26º | 0.92% | 0.98% | - |
| XYZ | 37.07 | 69.38 | 12.15 | - |
| YUV | 171.58 | 43.02 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 21 | 0.69 | 0 | 0.92 | 0.02 | 105.26 | 0.95 | 0.53 |
| Hex | 4D | F9 | 15 | 45 | 0 | 5C | 2 | 69 | 5F | 35 |
| Octal | 115 | 371 | 25 | 105 | 0 | 134 | 2 | 151 | 137 | 65 |
| Binary | 1001101 | 11111001 | 10101 | 1000101 | 0 | 1011100 | 10 | 1101001 | 1011111 | 110101 |
Color Harmonies of #4DF915
Complementary color
Monochromatic Colors of #4DF915
Black with #4DF915
Text Example
Text Example
White with #4DF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF915; }
p { color: rgb(77,249,21); }
H1.HeaderClassName
{
color: #4DF915;
}
.AnyTagClassName
{
color: #4DF915;
}
</style>
background-color css
<style>
a { background-color: #4DF915; }
a { background-color: rgb(77,249,21); }
div.DivClassName
{
background-color: #4DF915;
}
.BgClassName
{
background-color: #4DF915;
}
</style>
border-color css
<style>
span { border-color: #4DF915; }
span { border-color: rgb(77,249,21); }
td.TdClassName
{
border-color: #4DF915;
}
.TagClassName
{
border-color: #4DF915;
}
</style>