Shades of Harlequin #4FEE0D
Tints of Harlequin #4FEE0D
RGB
CMYK
RGB Variations
Color information
#4FEE0D (or 0x4FEE0D) is known color: Harlequin. HEX triplet: 4F, EE and 0D. RGB value is (79,238,13). Sum of RGB (Red+Green+Blue) = 79+238+13=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 238 (93.36% from 255 or 72.12% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEE0D is #B011F2. Grayscale: #A5A5A5. Windows color (decimal): -11538931 or 912975. OLE color: 912975.
HSL color Cylindrical-coordinate representation of color #4FEE0D: hue angle of 102.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FEE0D is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 13 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.07 |
| HSL | 102.4º | 0.9% | 0.49% | - |
| HSV(B) | 102.4º | 0.95% | 0.93% | - |
| XYZ | 33.87 | 62.84 | 10.72 | - |
| YUV | 164.81 | 42.32 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 13 | 0.67 | 0 | 0.95 | 0.07 | 102.4 | 0.9 | 0.49 |
| Hex | 4F | EE | D | 43 | 0 | 5F | 7 | 66 | 5A | 31 |
| Octal | 117 | 356 | 15 | 103 | 0 | 137 | 7 | 146 | 132 | 61 |
| Binary | 1001111 | 11101110 | 1101 | 1000011 | 0 | 1011111 | 111 | 1100110 | 1011010 | 110001 |
Color Harmonies of #4FEE0D
Complementary color
Monochromatic Colors of #4FEE0D
Black with #4FEE0D
Text Example
Text Example
White with #4FEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEE0D; }
p { color: rgb(79,238,13); }
H1.HeaderClassName
{
color: #4FEE0D;
}
.AnyTagClassName
{
color: #4FEE0D;
}
</style>
background-color css
<style>
a { background-color: #4FEE0D; }
a { background-color: rgb(79,238,13); }
div.DivClassName
{
background-color: #4FEE0D;
}
.BgClassName
{
background-color: #4FEE0D;
}
</style>
border-color css
<style>
span { border-color: #4FEE0D; }
span { border-color: rgb(79,238,13); }
td.TdClassName
{
border-color: #4FEE0D;
}
.TagClassName
{
border-color: #4FEE0D;
}
</style>