Shades of Harlequin #4FEE13
Tints of Harlequin #4FEE13
RGB
CMYK
RGB Variations
Color information
#4FEE13 (or 0x4FEE13) is known color: Harlequin. HEX triplet: 4F, EE and 13. RGB value is (79,238,19). Sum of RGB (Red+Green+Blue) = 79+238+19=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEE13 is #B011EC. Grayscale: #A6A6A6. Windows color (decimal): -11538925 or 1306191. OLE color: 1306191.
HSL color Cylindrical-coordinate representation of color #4FEE13: hue angle of 103.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FEE13 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 19 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.07 |
| HSL | 103.56º | 0.87% | 0.5% | - |
| HSV(B) | 103.56º | 0.92% | 0.93% | - |
| XYZ | 33.92 | 62.86 | 10.96 | - |
| YUV | 165.49 | 45.32 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 19 | 0.67 | 0 | 0.92 | 0.07 | 103.56 | 0.87 | 0.5 |
| Hex | 4F | EE | 13 | 43 | 0 | 5C | 7 | 68 | 57 | 32 |
| Octal | 117 | 356 | 23 | 103 | 0 | 134 | 7 | 150 | 127 | 62 |
| Binary | 1001111 | 11101110 | 10011 | 1000011 | 0 | 1011100 | 111 | 1101000 | 1010111 | 110010 |
Color Harmonies of #4FEE13
Complementary color
Monochromatic Colors of #4FEE13
Black with #4FEE13
Text Example
Text Example
White with #4FEE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEE13; }
p { color: rgb(79,238,19); }
H1.HeaderClassName
{
color: #4FEE13;
}
.AnyTagClassName
{
color: #4FEE13;
}
</style>
background-color css
<style>
a { background-color: #4FEE13; }
a { background-color: rgb(79,238,19); }
div.DivClassName
{
background-color: #4FEE13;
}
.BgClassName
{
background-color: #4FEE13;
}
</style>
border-color css
<style>
span { border-color: #4FEE13; }
span { border-color: rgb(79,238,19); }
td.TdClassName
{
border-color: #4FEE13;
}
.TagClassName
{
border-color: #4FEE13;
}
</style>