Shades of Harlequin #4DF809
Tints of Harlequin #4DF809
RGB
CMYK
RGB Variations
Color information
#4DF809 (or 0x4DF809) is known color: Harlequin. HEX triplet: 4D, F8 and 09. RGB value is (77,248,9). Sum of RGB (Red+Green+Blue) = 77+248+9=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF809 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF809 is #B207F6. Grayscale: #AAAAAA. Windows color (decimal): -11667447 or 653389. OLE color: 653389.
HSL color Cylindrical-coordinate representation of color #4DF809: hue angle of 102.93º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DF809 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 9 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.03 |
| HSL | 102.93º | 0.94% | 0.5% | - |
| HSV(B) | 102.93º | 0.96% | 0.97% | - |
| XYZ | 36.68 | 68.73 | 11.59 | - |
| YUV | 169.63 | 37.35 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 9 | 0.69 | 0 | 0.96 | 0.03 | 102.93 | 0.94 | 0.5 |
| Hex | 4D | F8 | 9 | 45 | 0 | 60 | 3 | 67 | 5E | 32 |
| Octal | 115 | 370 | 11 | 105 | 0 | 140 | 3 | 147 | 136 | 62 |
| Binary | 1001101 | 11111000 | 1001 | 1000101 | 0 | 1100000 | 11 | 1100111 | 1011110 | 110010 |
Color Harmonies of #4DF809
Complementary color
Monochromatic Colors of #4DF809
Black with #4DF809
Text Example
Text Example
White with #4DF809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF809; }
p { color: rgb(77,248,9); }
H1.HeaderClassName
{
color: #4DF809;
}
.AnyTagClassName
{
color: #4DF809;
}
</style>
background-color css
<style>
a { background-color: #4DF809; }
a { background-color: rgb(77,248,9); }
div.DivClassName
{
background-color: #4DF809;
}
.BgClassName
{
background-color: #4DF809;
}
</style>
border-color css
<style>
span { border-color: #4DF809; }
span { border-color: rgb(77,248,9); }
td.TdClassName
{
border-color: #4DF809;
}
.TagClassName
{
border-color: #4DF809;
}
</style>