Shades of Harlequin #4FF30E
Tints of Harlequin #4FF30E
RGB
CMYK
RGB Variations
Color information
#4FF30E (or 0x4FF30E) is known color: Harlequin. HEX triplet: 4F, F3 and 0E. RGB value is (79,243,14). Sum of RGB (Red+Green+Blue) = 79+243+14=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF30E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF30E is #B00CF1. Grayscale: #A8A8A8. Windows color (decimal): -11537650 or 979791. OLE color: 979791.
HSL color Cylindrical-coordinate representation of color #4FF30E: hue angle of 102.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FF30E is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 14 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.05 |
| HSL | 102.97º | 0.91% | 0.5% | - |
| HSV(B) | 102.97º | 0.94% | 0.95% | - |
| XYZ | 35.35 | 65.8 | 11.25 | - |
| YUV | 167.86 | 41.17 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 14 | 0.67 | 0 | 0.94 | 0.05 | 102.97 | 0.91 | 0.5 |
| Hex | 4F | F3 | E | 43 | 0 | 5E | 5 | 67 | 5B | 32 |
| Octal | 117 | 363 | 16 | 103 | 0 | 136 | 5 | 147 | 133 | 62 |
| Binary | 1001111 | 11110011 | 1110 | 1000011 | 0 | 1011110 | 101 | 1100111 | 1011011 | 110010 |
Color Harmonies of #4FF30E
Complementary color
Monochromatic Colors of #4FF30E
Black with #4FF30E
Text Example
Text Example
White with #4FF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF30E; }
p { color: rgb(79,243,14); }
H1.HeaderClassName
{
color: #4FF30E;
}
.AnyTagClassName
{
color: #4FF30E;
}
</style>
background-color css
<style>
a { background-color: #4FF30E; }
a { background-color: rgb(79,243,14); }
div.DivClassName
{
background-color: #4FF30E;
}
.BgClassName
{
background-color: #4FF30E;
}
</style>
border-color css
<style>
span { border-color: #4FF30E; }
span { border-color: rgb(79,243,14); }
td.TdClassName
{
border-color: #4FF30E;
}
.TagClassName
{
border-color: #4FF30E;
}
</style>