Shades of Harlequin #4FED00
Tints of Harlequin #4FED00
RGB
CMYK
RGB Variations
Color information
#4FED00 (or 0x4FED00) is known color: Harlequin. HEX triplet: 4F, ED and 00. RGB value is (79,237,0). Sum of RGB (Red+Green+Blue) = 79+237+0=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 237 (92.97% from 255 or 75% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 237 - color contains mainly: green. Hex color #4FED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FED00 is #B012FF. Grayscale: #A3A3A3. Windows color (decimal): -11539200 or 60751. OLE color: 60751.
HSL color Cylindrical-coordinate representation of color #4FED00: hue angle of 100º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FED00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.07 |
| HSL | 100º | 1% | 0.46% | - |
| HSV(B) | 100º | 1% | 0.93% | - |
| XYZ | 33.51 | 62.23 | 10.25 | - |
| YUV | 162.74 | 36.15 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 0 | 0.67 | 0 | 1 | 0.07 | 100 | 1 | 0.46 |
| Hex | 4F | ED | 0 | 43 | 0 | 64 | 7 | 64 | 64 | 2E |
| Octal | 117 | 355 | 0 | 103 | 0 | 144 | 7 | 144 | 144 | 56 |
| Binary | 1001111 | 11101101 | 0 | 1000011 | 0 | 1100100 | 111 | 1100100 | 1100100 | 101110 |
Color Harmonies of #4FED00
Complementary color
Monochromatic Colors of #4FED00
Black with #4FED00
Text Example
Text Example
White with #4FED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FED00; }
p { color: rgb(79,237,0); }
H1.HeaderClassName
{
color: #4FED00;
}
.AnyTagClassName
{
color: #4FED00;
}
</style>
background-color css
<style>
a { background-color: #4FED00; }
a { background-color: rgb(79,237,0); }
div.DivClassName
{
background-color: #4FED00;
}
.BgClassName
{
background-color: #4FED00;
}
</style>
border-color css
<style>
span { border-color: #4FED00; }
span { border-color: rgb(79,237,0); }
td.TdClassName
{
border-color: #4FED00;
}
.TagClassName
{
border-color: #4FED00;
}
</style>