Shades of Harlequin #4CF10E
Tints of Harlequin #4CF10E
RGB
CMYK
RGB Variations
Color information
#4CF10E (or 0x4CF10E) is known color: Harlequin. HEX triplet: 4C, F1 and 0E. RGB value is (76,241,14). Sum of RGB (Red+Green+Blue) = 76+241+14=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF10E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF10E is #B30EF1. Grayscale: #A6A6A6. Windows color (decimal): -11734770 or 979276. OLE color: 979276.
HSL color Cylindrical-coordinate representation of color #4CF10E: hue angle of 103.61º degrees, saturation: 0.89, 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 #4CF10E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.05 |
| HSL | 103.61º | 0.89% | 0.5% | - |
| HSV(B) | 103.61º | 0.94% | 0.95% | - |
| XYZ | 34.52 | 64.48 | 11.04 | - |
| YUV | 165.79 | 42.34 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 14 | 0.68 | 0 | 0.94 | 0.05 | 103.61 | 0.89 | 0.5 |
| Hex | 4C | F1 | E | 44 | 0 | 5E | 5 | 68 | 59 | 32 |
| Octal | 114 | 361 | 16 | 104 | 0 | 136 | 5 | 150 | 131 | 62 |
| Binary | 1001100 | 11110001 | 1110 | 1000100 | 0 | 1011110 | 101 | 1101000 | 1011001 | 110010 |
Color Harmonies of #4CF10E
Complementary color
Monochromatic Colors of #4CF10E
Black with #4CF10E
Text Example
Text Example
White with #4CF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF10E; }
p { color: rgb(76,241,14); }
H1.HeaderClassName
{
color: #4CF10E;
}
.AnyTagClassName
{
color: #4CF10E;
}
</style>
background-color css
<style>
a { background-color: #4CF10E; }
a { background-color: rgb(76,241,14); }
div.DivClassName
{
background-color: #4CF10E;
}
.BgClassName
{
background-color: #4CF10E;
}
</style>
border-color css
<style>
span { border-color: #4CF10E; }
span { border-color: rgb(76,241,14); }
td.TdClassName
{
border-color: #4CF10E;
}
.TagClassName
{
border-color: #4CF10E;
}
</style>