Shades of Harlequin #4FEA20
Tints of Harlequin #4FEA20
RGB
CMYK
RGB Variations
Color information
#4FEA20 (or 0x4FEA20) is known color: Harlequin. HEX triplet: 4F, EA and 20. RGB value is (79,234,32). Sum of RGB (Red+Green+Blue) = 79+234+32=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA20 is #B015DF. Grayscale: #A5A5A5. Windows color (decimal): -11539936 or 2157135. OLE color: 2157135.
HSL color Cylindrical-coordinate representation of color #4FEA20: hue angle of 106.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4FEA20 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 32 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.08 |
| HSL | 106.04º | 0.83% | 0.52% | - |
| HSV(B) | 106.04º | 0.86% | 0.92% | - |
| XYZ | 32.91 | 60.61 | 11.33 | - |
| YUV | 164.63 | 53.15 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 32 | 0.66 | 0 | 0.86 | 0.08 | 106.04 | 0.83 | 0.52 |
| Hex | 4F | EA | 20 | 42 | 0 | 56 | 8 | 6A | 53 | 34 |
| Octal | 117 | 352 | 40 | 102 | 0 | 126 | 10 | 152 | 123 | 64 |
| Binary | 1001111 | 11101010 | 100000 | 1000010 | 0 | 1010110 | 1000 | 1101010 | 1010011 | 110100 |
Color Harmonies of #4FEA20
Complementary color
Monochromatic Colors of #4FEA20
Black with #4FEA20
Text Example
Text Example
White with #4FEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEA20; }
p { color: rgb(79,234,32); }
H1.HeaderClassName
{
color: #4FEA20;
}
.AnyTagClassName
{
color: #4FEA20;
}
</style>
background-color css
<style>
a { background-color: #4FEA20; }
a { background-color: rgb(79,234,32); }
div.DivClassName
{
background-color: #4FEA20;
}
.BgClassName
{
background-color: #4FEA20;
}
</style>
border-color css
<style>
span { border-color: #4FEA20; }
span { border-color: rgb(79,234,32); }
td.TdClassName
{
border-color: #4FEA20;
}
.TagClassName
{
border-color: #4FEA20;
}
</style>