Shades of Harlequin #4FFE26
Tints of Harlequin #4FFE26
RGB
CMYK
RGB Variations
Color information
#4FFE26 (or 0x4FFE26) is known color: Harlequin. HEX triplet: 4F, FE and 26. RGB value is (79,254,38). Sum of RGB (Red+Green+Blue) = 79+254+38=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFE26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFE26 is #B001D9. Grayscale: #B1B1B1. Windows color (decimal): -11534810 or 2555471. OLE color: 2555471.
HSL color Cylindrical-coordinate representation of color #4FFE26: hue angle of 108.61º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4FFE26 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 38 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.00 |
| HSL | 108.61º | 0.99% | 0.57% | - |
| HSV(B) | 108.61º | 0.85% | 1% | - |
| XYZ | 39.02 | 72.69 | 13.81 | - |
| YUV | 177.05 | 49.52 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 38 | 0.69 | 0 | 0.85 | 0.00 | 108.61 | 0.99 | 0.57 |
| Hex | 4F | FE | 26 | 45 | 0 | 55 | 0 | 6D | 63 | 39 |
| Octal | 117 | 376 | 46 | 105 | 0 | 125 | 0 | 155 | 143 | 71 |
| Binary | 1001111 | 11111110 | 100110 | 1000101 | 0 | 1010101 | 0 | 1101101 | 1100011 | 111001 |
Color Harmonies of #4FFE26
Complementary color
Monochromatic Colors of #4FFE26
Black with #4FFE26
Text Example
Text Example
White with #4FFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFE26; }
p { color: rgb(79,254,38); }
H1.HeaderClassName
{
color: #4FFE26;
}
.AnyTagClassName
{
color: #4FFE26;
}
</style>
background-color css
<style>
a { background-color: #4FFE26; }
a { background-color: rgb(79,254,38); }
div.DivClassName
{
background-color: #4FFE26;
}
.BgClassName
{
background-color: #4FFE26;
}
</style>
border-color css
<style>
span { border-color: #4FFE26; }
span { border-color: rgb(79,254,38); }
td.TdClassName
{
border-color: #4FFE26;
}
.TagClassName
{
border-color: #4FFE26;
}
</style>