Shades of Harlequin #4FE621
Tints of Harlequin #4FE621
RGB
CMYK
RGB Variations
Color information
#4FE621 (or 0x4FE621) is known color: Harlequin. HEX triplet: 4F, E6 and 21. RGB value is (79,230,33). Sum of RGB (Red+Green+Blue) = 79+230+33=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE621 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE621 is #B019DE. Grayscale: #A3A3A3. Windows color (decimal): -11540959 or 2221647. OLE color: 2221647.
HSL color Cylindrical-coordinate representation of color #4FE621: hue angle of 105.99º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4FE621 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 230 | 33 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.10 |
| HSL | 105.99º | 0.8% | 0.52% | - |
| HSV(B) | 105.99º | 0.86% | 0.9% | - |
| XYZ | 31.8 | 58.37 | 11.03 | - |
| YUV | 162.39 | 54.97 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 33 | 0.66 | 0 | 0.86 | 0.10 | 105.99 | 0.8 | 0.52 |
| Hex | 4F | E6 | 21 | 42 | 0 | 56 | A | 6A | 50 | 34 |
| Octal | 117 | 346 | 41 | 102 | 0 | 126 | 12 | 152 | 120 | 64 |
| Binary | 1001111 | 11100110 | 100001 | 1000010 | 0 | 1010110 | 1010 | 1101010 | 1010000 | 110100 |
Color Harmonies of #4FE621
Complementary color
Monochromatic Colors of #4FE621
Black with #4FE621
Text Example
Text Example
White with #4FE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE621; }
p { color: rgb(79,230,33); }
H1.HeaderClassName
{
color: #4FE621;
}
.AnyTagClassName
{
color: #4FE621;
}
</style>
background-color css
<style>
a { background-color: #4FE621; }
a { background-color: rgb(79,230,33); }
div.DivClassName
{
background-color: #4FE621;
}
.BgClassName
{
background-color: #4FE621;
}
</style>
border-color css
<style>
span { border-color: #4FE621; }
span { border-color: rgb(79,230,33); }
td.TdClassName
{
border-color: #4FE621;
}
.TagClassName
{
border-color: #4FE621;
}
</style>