Shades of Harlequin #4FFB0C
Tints of Harlequin #4FFB0C
RGB
CMYK
RGB Variations
Color information
#4FFB0C (or 0x4FFB0C) is known color: Harlequin. HEX triplet: 4F, FB and 0C. RGB value is (79,251,12). Sum of RGB (Red+Green+Blue) = 79+251+12=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 251 (98.44% from 255 or 73.39% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFB0C is #B004F3. Grayscale: #ADADAD. Windows color (decimal): -11535604 or 850767. OLE color: 850767.
HSL color Cylindrical-coordinate representation of color #4FFB0C: hue angle of 103.18º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FFB0C is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 12 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.02 |
| HSL | 103.18º | 0.97% | 0.52% | - |
| HSV(B) | 103.18º | 0.95% | 0.98% | - |
| XYZ | 37.79 | 70.68 | 12 | - |
| YUV | 172.33 | 37.52 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 12 | 0.69 | 0 | 0.95 | 0.02 | 103.18 | 0.97 | 0.52 |
| Hex | 4F | FB | C | 45 | 0 | 5F | 2 | 67 | 61 | 34 |
| Octal | 117 | 373 | 14 | 105 | 0 | 137 | 2 | 147 | 141 | 64 |
| Binary | 1001111 | 11111011 | 1100 | 1000101 | 0 | 1011111 | 10 | 1100111 | 1100001 | 110100 |
Color Harmonies of #4FFB0C
Complementary color
Monochromatic Colors of #4FFB0C
Black with #4FFB0C
Text Example
Text Example
White with #4FFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFB0C; }
p { color: rgb(79,251,12); }
H1.HeaderClassName
{
color: #4FFB0C;
}
.AnyTagClassName
{
color: #4FFB0C;
}
</style>
background-color css
<style>
a { background-color: #4FFB0C; }
a { background-color: rgb(79,251,12); }
div.DivClassName
{
background-color: #4FFB0C;
}
.BgClassName
{
background-color: #4FFB0C;
}
</style>
border-color css
<style>
span { border-color: #4FFB0C; }
span { border-color: rgb(79,251,12); }
td.TdClassName
{
border-color: #4FFB0C;
}
.TagClassName
{
border-color: #4FFB0C;
}
</style>