Shades of Harlequin #4FFE08
Tints of Harlequin #4FFE08
RGB
CMYK
RGB Variations
Color information
#4FFE08 (or 0x4FFE08) is known color: Harlequin. HEX triplet: 4F, FE and 08. RGB value is (79,254,8). Sum of RGB (Red+Green+Blue) = 79+254+8=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 254 (99.61% from 255 or 74.49% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFE08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFE08 is #B001F7. Grayscale: #AEAEAE. Windows color (decimal): -11534840 or 589391. OLE color: 589391.
HSL color Cylindrical-coordinate representation of color #4FFE08: hue angle of 102.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FFE08 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 254 | 8 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.00 |
| HSL | 102.68º | 0.99% | 0.51% | - |
| HSV(B) | 102.68º | 0.97% | 1% | - |
| XYZ | 38.71 | 72.56 | 12.2 | - |
| YUV | 173.63 | 34.52 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 254 | 8 | 0.69 | 0 | 0.97 | 0.00 | 102.68 | 0.99 | 0.51 |
| Hex | 4F | FE | 8 | 45 | 0 | 61 | 0 | 67 | 63 | 33 |
| Octal | 117 | 376 | 10 | 105 | 0 | 141 | 0 | 147 | 143 | 63 |
| Binary | 1001111 | 11111110 | 1000 | 1000101 | 0 | 1100001 | 0 | 1100111 | 1100011 | 110011 |
Color Harmonies of #4FFE08
Complementary color
Monochromatic Colors of #4FFE08
Black with #4FFE08
Text Example
Text Example
White with #4FFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFE08; }
p { color: rgb(79,254,8); }
H1.HeaderClassName
{
color: #4FFE08;
}
.AnyTagClassName
{
color: #4FFE08;
}
</style>
background-color css
<style>
a { background-color: #4FFE08; }
a { background-color: rgb(79,254,8); }
div.DivClassName
{
background-color: #4FFE08;
}
.BgClassName
{
background-color: #4FFE08;
}
</style>
border-color css
<style>
span { border-color: #4FFE08; }
span { border-color: rgb(79,254,8); }
td.TdClassName
{
border-color: #4FFE08;
}
.TagClassName
{
border-color: #4FFE08;
}
</style>