Shades of Harlequin #4FEB0C
Tints of Harlequin #4FEB0C
RGB
CMYK
RGB Variations
Color information
#4FEB0C (or 0x4FEB0C) is known color: Harlequin. HEX triplet: 4F, EB and 0C. RGB value is (79,235,12). Sum of RGB (Red+Green+Blue) = 79+235+12=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 235 (92.19% from 255 or 72.09% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEB0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEB0C is #B014F3. Grayscale: #A3A3A3. Windows color (decimal): -11539700 or 846671. OLE color: 846671.
HSL color Cylindrical-coordinate representation of color #4FEB0C: hue angle of 101.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FEB0C is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 12 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.08 |
| HSL | 101.97º | 0.9% | 0.48% | - |
| HSV(B) | 101.97º | 0.95% | 0.92% | - |
| XYZ | 33 | 61.11 | 10.4 | - |
| YUV | 162.93 | 42.82 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 12 | 0.66 | 0 | 0.95 | 0.08 | 101.97 | 0.9 | 0.48 |
| Hex | 4F | EB | C | 42 | 0 | 5F | 8 | 66 | 5A | 30 |
| Octal | 117 | 353 | 14 | 102 | 0 | 137 | 10 | 146 | 132 | 60 |
| Binary | 1001111 | 11101011 | 1100 | 1000010 | 0 | 1011111 | 1000 | 1100110 | 1011010 | 110000 |
Color Harmonies of #4FEB0C
Complementary color
Monochromatic Colors of #4FEB0C
Black with #4FEB0C
Text Example
Text Example
White with #4FEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEB0C; }
p { color: rgb(79,235,12); }
H1.HeaderClassName
{
color: #4FEB0C;
}
.AnyTagClassName
{
color: #4FEB0C;
}
</style>
background-color css
<style>
a { background-color: #4FEB0C; }
a { background-color: rgb(79,235,12); }
div.DivClassName
{
background-color: #4FEB0C;
}
.BgClassName
{
background-color: #4FEB0C;
}
</style>
border-color css
<style>
span { border-color: #4FEB0C; }
span { border-color: rgb(79,235,12); }
td.TdClassName
{
border-color: #4FEB0C;
}
.TagClassName
{
border-color: #4FEB0C;
}
</style>