Shades of Harlequin #4CEE14
Tints of Harlequin #4CEE14
RGB
CMYK
RGB Variations
Color information
#4CEE14 (or 0x4CEE14) is known color: Harlequin. HEX triplet: 4C, EE and 14. RGB value is (76,238,20). Sum of RGB (Red+Green+Blue) = 76+238+20=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 238 (93.36% from 255 or 71.26% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEE14 is #B311EB. Grayscale: #A5A5A5. Windows color (decimal): -11735532 or 1371724. OLE color: 1371724.
HSL color Cylindrical-coordinate representation of color #4CEE14: hue angle of 104.59º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CEE14 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 20 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.07 |
| HSL | 104.59º | 0.87% | 0.51% | - |
| HSV(B) | 104.59º | 0.92% | 0.93% | - |
| XYZ | 33.68 | 62.74 | 11 | - |
| YUV | 164.71 | 46.33 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 20 | 0.68 | 0 | 0.92 | 0.07 | 104.59 | 0.87 | 0.51 |
| Hex | 4C | EE | 14 | 44 | 0 | 5C | 7 | 69 | 57 | 33 |
| Octal | 114 | 356 | 24 | 104 | 0 | 134 | 7 | 151 | 127 | 63 |
| Binary | 1001100 | 11101110 | 10100 | 1000100 | 0 | 1011100 | 111 | 1101001 | 1010111 | 110011 |
Color Harmonies of #4CEE14
Complementary color
Monochromatic Colors of #4CEE14
Black with #4CEE14
Text Example
Text Example
White with #4CEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEE14; }
p { color: rgb(76,238,20); }
H1.HeaderClassName
{
color: #4CEE14;
}
.AnyTagClassName
{
color: #4CEE14;
}
</style>
background-color css
<style>
a { background-color: #4CEE14; }
a { background-color: rgb(76,238,20); }
div.DivClassName
{
background-color: #4CEE14;
}
.BgClassName
{
background-color: #4CEE14;
}
</style>
border-color css
<style>
span { border-color: #4CEE14; }
span { border-color: rgb(76,238,20); }
td.TdClassName
{
border-color: #4CEE14;
}
.TagClassName
{
border-color: #4CEE14;
}
</style>