Shades of Harlequin #4FFE2C
Tints of Harlequin #4FFE2C
RGB
CMYK
RGB Variations
Color information
#4FFE2C (or 0x4FFE2C) is known color: Harlequin. HEX triplet: 4F, FE and 2C. RGB value is (79,254,44). Sum of RGB (Red+Green+Blue) = 79+254+44=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFE2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFE2C is #B001D3. Grayscale: #B2B2B2. Windows color (decimal): -11534804 or 2948687. OLE color: 2948687.
HSL color Cylindrical-coordinate representation of color #4FFE2C: hue angle of 110º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4FFE2C is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 44 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.00 |
| HSL | 110º | 0.99% | 0.58% | - |
| HSV(B) | 110º | 0.83% | 1% | - |
| XYZ | 39.12 | 72.73 | 14.36 | - |
| YUV | 177.74 | 52.52 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 44 | 0.69 | 0 | 0.83 | 0.00 | 110 | 0.99 | 0.58 |
| Hex | 4F | FE | 2C | 45 | 0 | 53 | 0 | 6E | 63 | 3A |
| Octal | 117 | 376 | 54 | 105 | 0 | 123 | 0 | 156 | 143 | 72 |
| Binary | 1001111 | 11111110 | 101100 | 1000101 | 0 | 1010011 | 0 | 1101110 | 1100011 | 111010 |
Color Harmonies of #4FFE2C
Complementary color
Monochromatic Colors of #4FFE2C
Black with #4FFE2C
Text Example
Text Example
White with #4FFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFE2C; }
p { color: rgb(79,254,44); }
H1.HeaderClassName
{
color: #4FFE2C;
}
.AnyTagClassName
{
color: #4FFE2C;
}
</style>
background-color css
<style>
a { background-color: #4FFE2C; }
a { background-color: rgb(79,254,44); }
div.DivClassName
{
background-color: #4FFE2C;
}
.BgClassName
{
background-color: #4FFE2C;
}
</style>
border-color css
<style>
span { border-color: #4FFE2C; }
span { border-color: rgb(79,254,44); }
td.TdClassName
{
border-color: #4FFE2C;
}
.TagClassName
{
border-color: #4FFE2C;
}
</style>