Shades of Harlequin #4FEB15
Tints of Harlequin #4FEB15
RGB
CMYK
RGB Variations
Color information
#4FEB15 (or 0x4FEB15) is known color: Harlequin. HEX triplet: 4F, EB and 15. RGB value is (79,235,21). Sum of RGB (Red+Green+Blue) = 79+235+21=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 235 (92.19% from 255 or 70.15% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEB15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEB15 is #B014EA. Grayscale: #A4A4A4. Windows color (decimal): -11539691 or 1436495. OLE color: 1436495.
HSL color Cylindrical-coordinate representation of color #4FEB15: hue angle of 103.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FEB15 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.08 |
| HSL | 103.74º | 0.84% | 0.5% | - |
| HSV(B) | 103.74º | 0.91% | 0.92% | - |
| XYZ | 33.07 | 61.13 | 10.77 | - |
| YUV | 163.96 | 47.32 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 21 | 0.66 | 0 | 0.91 | 0.08 | 103.74 | 0.84 | 0.5 |
| Hex | 4F | EB | 15 | 42 | 0 | 5B | 8 | 68 | 54 | 32 |
| Octal | 117 | 353 | 25 | 102 | 0 | 133 | 10 | 150 | 124 | 62 |
| Binary | 1001111 | 11101011 | 10101 | 1000010 | 0 | 1011011 | 1000 | 1101000 | 1010100 | 110010 |
Color Harmonies of #4FEB15
Complementary color
Monochromatic Colors of #4FEB15
Black with #4FEB15
Text Example
Text Example
White with #4FEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEB15; }
p { color: rgb(79,235,21); }
H1.HeaderClassName
{
color: #4FEB15;
}
.AnyTagClassName
{
color: #4FEB15;
}
</style>
background-color css
<style>
a { background-color: #4FEB15; }
a { background-color: rgb(79,235,21); }
div.DivClassName
{
background-color: #4FEB15;
}
.BgClassName
{
background-color: #4FEB15;
}
</style>
border-color css
<style>
span { border-color: #4FEB15; }
span { border-color: rgb(79,235,21); }
td.TdClassName
{
border-color: #4FEB15;
}
.TagClassName
{
border-color: #4FEB15;
}
</style>