Shades of Harlequin #4FEB05
Tints of Harlequin #4FEB05
RGB
CMYK
RGB Variations
Color information
#4FEB05 (or 0x4FEB05) is known color: Harlequin. HEX triplet: 4F, EB and 05. RGB value is (79,235,5). Sum of RGB (Red+Green+Blue) = 79+235+5=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEB05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEB05 is #B014FA. Grayscale: #A2A2A2. Windows color (decimal): -11539707 or 387919. OLE color: 387919.
HSL color Cylindrical-coordinate representation of color #4FEB05: hue angle of 100.7º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FEB05 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.08 |
| HSL | 100.7º | 0.96% | 0.47% | - |
| HSV(B) | 100.7º | 0.98% | 0.92% | - |
| XYZ | 32.96 | 61.09 | 10.2 | - |
| YUV | 162.14 | 39.32 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 5 | 0.66 | 0 | 0.98 | 0.08 | 100.7 | 0.96 | 0.47 |
| Hex | 4F | EB | 5 | 42 | 0 | 62 | 8 | 65 | 60 | 2F |
| Octal | 117 | 353 | 5 | 102 | 0 | 142 | 10 | 145 | 140 | 57 |
| Binary | 1001111 | 11101011 | 101 | 1000010 | 0 | 1100010 | 1000 | 1100101 | 1100000 | 101111 |
Color Harmonies of #4FEB05
Complementary color
Monochromatic Colors of #4FEB05
Black with #4FEB05
Text Example
Text Example
White with #4FEB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEB05; }
p { color: rgb(79,235,5); }
H1.HeaderClassName
{
color: #4FEB05;
}
.AnyTagClassName
{
color: #4FEB05;
}
</style>
background-color css
<style>
a { background-color: #4FEB05; }
a { background-color: rgb(79,235,5); }
div.DivClassName
{
background-color: #4FEB05;
}
.BgClassName
{
background-color: #4FEB05;
}
</style>
border-color css
<style>
span { border-color: #4FEB05; }
span { border-color: rgb(79,235,5); }
td.TdClassName
{
border-color: #4FEB05;
}
.TagClassName
{
border-color: #4FEB05;
}
</style>