Shades of Harlequin #4FFC20
Tints of Harlequin #4FFC20
RGB
CMYK
RGB Variations
Color information
#4FFC20 (or 0x4FFC20) is known color: Harlequin. HEX triplet: 4F, FC and 20. RGB value is (79,252,32). Sum of RGB (Red+Green+Blue) = 79+252+32=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFC20 is #B003DF. Grayscale: #AFAFAF. Windows color (decimal): -11535328 or 2161743. OLE color: 2161743.
HSL color Cylindrical-coordinate representation of color #4FFC20: hue angle of 107.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4FFC20 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 32 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.01 |
| HSL | 107.18º | 0.97% | 0.56% | - |
| HSV(B) | 107.18º | 0.87% | 0.99% | - |
| XYZ | 38.3 | 71.39 | 13.13 | - |
| YUV | 175.19 | 47.19 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 32 | 0.69 | 0 | 0.87 | 0.01 | 107.18 | 0.97 | 0.56 |
| Hex | 4F | FC | 20 | 45 | 0 | 57 | 1 | 6B | 61 | 38 |
| Octal | 117 | 374 | 40 | 105 | 0 | 127 | 1 | 153 | 141 | 70 |
| Binary | 1001111 | 11111100 | 100000 | 1000101 | 0 | 1010111 | 1 | 1101011 | 1100001 | 111000 |
Color Harmonies of #4FFC20
Complementary color
Monochromatic Colors of #4FFC20
Black with #4FFC20
Text Example
Text Example
White with #4FFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC20; }
p { color: rgb(79,252,32); }
H1.HeaderClassName
{
color: #4FFC20;
}
.AnyTagClassName
{
color: #4FFC20;
}
</style>
background-color css
<style>
a { background-color: #4FFC20; }
a { background-color: rgb(79,252,32); }
div.DivClassName
{
background-color: #4FFC20;
}
.BgClassName
{
background-color: #4FFC20;
}
</style>
border-color css
<style>
span { border-color: #4FFC20; }
span { border-color: rgb(79,252,32); }
td.TdClassName
{
border-color: #4FFC20;
}
.TagClassName
{
border-color: #4FFC20;
}
</style>