Shades of Harlequin #4FFC0F
Tints of Harlequin #4FFC0F
RGB
CMYK
RGB Variations
Color information
#4FFC0F (or 0x4FFC0F) is known color: Harlequin. HEX triplet: 4F, FC and 0F. RGB value is (79,252,15). Sum of RGB (Red+Green+Blue) = 79+252+15=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFC0F is #B003F0. Grayscale: #AEAEAE. Windows color (decimal): -11535345 or 1047631. OLE color: 1047631.
HSL color Cylindrical-coordinate representation of color #4FFC0F: hue angle of 103.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FFC0F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 15 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.01 |
| HSL | 103.8º | 0.98% | 0.52% | - |
| HSV(B) | 103.8º | 0.94% | 0.99% | - |
| XYZ | 38.12 | 71.32 | 12.21 | - |
| YUV | 173.26 | 38.69 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 15 | 0.69 | 0 | 0.94 | 0.01 | 103.8 | 0.98 | 0.52 |
| Hex | 4F | FC | F | 45 | 0 | 5E | 1 | 68 | 62 | 34 |
| Octal | 117 | 374 | 17 | 105 | 0 | 136 | 1 | 150 | 142 | 64 |
| Binary | 1001111 | 11111100 | 1111 | 1000101 | 0 | 1011110 | 1 | 1101000 | 1100010 | 110100 |
Color Harmonies of #4FFC0F
Complementary color
Monochromatic Colors of #4FFC0F
Black with #4FFC0F
Text Example
Text Example
White with #4FFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC0F; }
p { color: rgb(79,252,15); }
H1.HeaderClassName
{
color: #4FFC0F;
}
.AnyTagClassName
{
color: #4FFC0F;
}
</style>
background-color css
<style>
a { background-color: #4FFC0F; }
a { background-color: rgb(79,252,15); }
div.DivClassName
{
background-color: #4FFC0F;
}
.BgClassName
{
background-color: #4FFC0F;
}
</style>
border-color css
<style>
span { border-color: #4FFC0F; }
span { border-color: rgb(79,252,15); }
td.TdClassName
{
border-color: #4FFC0F;
}
.TagClassName
{
border-color: #4FFC0F;
}
</style>