Shades of Harlequin #4FEB18
Tints of Harlequin #4FEB18
RGB
CMYK
RGB Variations
Color information
#4FEB18 (or 0x4FEB18) is known color: Harlequin. HEX triplet: 4F, EB and 18. RGB value is (79,235,24). Sum of RGB (Red+Green+Blue) = 79+235+24=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 235 (92.19% from 255 or 69.53% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEB18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEB18 is #B014E7. Grayscale: #A4A4A4. Windows color (decimal): -11539688 or 1633103. OLE color: 1633103.
HSL color Cylindrical-coordinate representation of color #4FEB18: hue angle of 104.36º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FEB18 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 24 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.08 |
| HSL | 104.36º | 0.84% | 0.51% | - |
| HSV(B) | 104.36º | 0.9% | 0.92% | - |
| XYZ | 33.1 | 61.14 | 10.92 | - |
| YUV | 164.3 | 48.82 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 24 | 0.66 | 0 | 0.90 | 0.08 | 104.36 | 0.84 | 0.51 |
| Hex | 4F | EB | 18 | 42 | 0 | 5A | 8 | 68 | 54 | 33 |
| Octal | 117 | 353 | 30 | 102 | 0 | 132 | 10 | 150 | 124 | 63 |
| Binary | 1001111 | 11101011 | 11000 | 1000010 | 0 | 1011010 | 1000 | 1101000 | 1010100 | 110011 |
Color Harmonies of #4FEB18
Complementary color
Monochromatic Colors of #4FEB18
Black with #4FEB18
Text Example
Text Example
White with #4FEB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEB18; }
p { color: rgb(79,235,24); }
H1.HeaderClassName
{
color: #4FEB18;
}
.AnyTagClassName
{
color: #4FEB18;
}
</style>
background-color css
<style>
a { background-color: #4FEB18; }
a { background-color: rgb(79,235,24); }
div.DivClassName
{
background-color: #4FEB18;
}
.BgClassName
{
background-color: #4FEB18;
}
</style>
border-color css
<style>
span { border-color: #4FEB18; }
span { border-color: rgb(79,235,24); }
td.TdClassName
{
border-color: #4FEB18;
}
.TagClassName
{
border-color: #4FEB18;
}
</style>