Shades of Harlequin #4FED13
Tints of Harlequin #4FED13
RGB
CMYK
RGB Variations
Color information
#4FED13 (or 0x4FED13) is known color: Harlequin. HEX triplet: 4F, ED and 13. RGB value is (79,237,19). Sum of RGB (Red+Green+Blue) = 79+237+19=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #4FED13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FED13 is #B012EC. Grayscale: #A5A5A5. Windows color (decimal): -11539181 or 1305935. OLE color: 1305935.
HSL color Cylindrical-coordinate representation of color #4FED13: hue angle of 103.49º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FED13 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 19 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.07 |
| HSL | 103.49º | 0.86% | 0.5% | - |
| HSV(B) | 103.49º | 0.92% | 0.93% | - |
| XYZ | 33.63 | 62.28 | 10.86 | - |
| YUV | 164.91 | 45.65 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 19 | 0.67 | 0 | 0.92 | 0.07 | 103.49 | 0.86 | 0.5 |
| Hex | 4F | ED | 13 | 43 | 0 | 5C | 7 | 67 | 56 | 32 |
| Octal | 117 | 355 | 23 | 103 | 0 | 134 | 7 | 147 | 126 | 62 |
| Binary | 1001111 | 11101101 | 10011 | 1000011 | 0 | 1011100 | 111 | 1100111 | 1010110 | 110010 |
Color Harmonies of #4FED13
Complementary color
Monochromatic Colors of #4FED13
Black with #4FED13
Text Example
Text Example
White with #4FED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FED13; }
p { color: rgb(79,237,19); }
H1.HeaderClassName
{
color: #4FED13;
}
.AnyTagClassName
{
color: #4FED13;
}
</style>
background-color css
<style>
a { background-color: #4FED13; }
a { background-color: rgb(79,237,19); }
div.DivClassName
{
background-color: #4FED13;
}
.BgClassName
{
background-color: #4FED13;
}
</style>
border-color css
<style>
span { border-color: #4FED13; }
span { border-color: rgb(79,237,19); }
td.TdClassName
{
border-color: #4FED13;
}
.TagClassName
{
border-color: #4FED13;
}
</style>