Shades of Harlequin #4FFB05
Tints of Harlequin #4FFB05
RGB
CMYK
RGB Variations
Color information
#4FFB05 (or 0x4FFB05) is known color: Harlequin. HEX triplet: 4F, FB and 05. RGB value is (79,251,5). Sum of RGB (Red+Green+Blue) = 79+251+5=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 251 (98.44% from 255 or 74.93% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFB05 is #B004FA. Grayscale: #ACACAC. Windows color (decimal): -11535611 or 392015. OLE color: 392015.
HSL color Cylindrical-coordinate representation of color #4FFB05: hue angle of 101.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FFB05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.02 |
| HSL | 101.95º | 0.97% | 0.5% | - |
| HSV(B) | 101.95º | 0.98% | 0.98% | - |
| XYZ | 37.75 | 70.67 | 11.79 | - |
| YUV | 171.53 | 34.02 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 5 | 0.69 | 0 | 0.98 | 0.02 | 101.95 | 0.97 | 0.5 |
| Hex | 4F | FB | 5 | 45 | 0 | 62 | 2 | 66 | 61 | 32 |
| Octal | 117 | 373 | 5 | 105 | 0 | 142 | 2 | 146 | 141 | 62 |
| Binary | 1001111 | 11111011 | 101 | 1000101 | 0 | 1100010 | 10 | 1100110 | 1100001 | 110010 |
Color Harmonies of #4FFB05
Complementary color
Monochromatic Colors of #4FFB05
Black with #4FFB05
Text Example
Text Example
White with #4FFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFB05; }
p { color: rgb(79,251,5); }
H1.HeaderClassName
{
color: #4FFB05;
}
.AnyTagClassName
{
color: #4FFB05;
}
</style>
background-color css
<style>
a { background-color: #4FFB05; }
a { background-color: rgb(79,251,5); }
div.DivClassName
{
background-color: #4FFB05;
}
.BgClassName
{
background-color: #4FFB05;
}
</style>
border-color css
<style>
span { border-color: #4FFB05; }
span { border-color: rgb(79,251,5); }
td.TdClassName
{
border-color: #4FFB05;
}
.TagClassName
{
border-color: #4FFB05;
}
</style>