Shades of Harlequin #4FEE1C
Tints of Harlequin #4FEE1C
RGB
CMYK
RGB Variations
Color information
#4FEE1C (or 0x4FEE1C) is known color: Harlequin. HEX triplet: 4F, EE and 1C. RGB value is (79,238,28). Sum of RGB (Red+Green+Blue) = 79+238+28=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEE1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEE1C is #B011E3. Grayscale: #A7A7A7. Windows color (decimal): -11538916 or 1896015. OLE color: 1896015.
HSL color Cylindrical-coordinate representation of color #4FEE1C: hue angle of 105.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4FEE1C is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 28 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.07 |
| HSL | 105.43º | 0.86% | 0.52% | - |
| HSV(B) | 105.43º | 0.88% | 0.93% | - |
| XYZ | 34.01 | 62.9 | 11.45 | - |
| YUV | 166.52 | 49.82 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 28 | 0.67 | 0 | 0.88 | 0.07 | 105.43 | 0.86 | 0.52 |
| Hex | 4F | EE | 1C | 43 | 0 | 58 | 7 | 69 | 56 | 34 |
| Octal | 117 | 356 | 34 | 103 | 0 | 130 | 7 | 151 | 126 | 64 |
| Binary | 1001111 | 11101110 | 11100 | 1000011 | 0 | 1011000 | 111 | 1101001 | 1010110 | 110100 |
Color Harmonies of #4FEE1C
Complementary color
Monochromatic Colors of #4FEE1C
Black with #4FEE1C
Text Example
Text Example
White with #4FEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEE1C; }
p { color: rgb(79,238,28); }
H1.HeaderClassName
{
color: #4FEE1C;
}
.AnyTagClassName
{
color: #4FEE1C;
}
</style>
background-color css
<style>
a { background-color: #4FEE1C; }
a { background-color: rgb(79,238,28); }
div.DivClassName
{
background-color: #4FEE1C;
}
.BgClassName
{
background-color: #4FEE1C;
}
</style>
border-color css
<style>
span { border-color: #4FEE1C; }
span { border-color: rgb(79,238,28); }
td.TdClassName
{
border-color: #4FEE1C;
}
.TagClassName
{
border-color: #4FEE1C;
}
</style>