Shades of Harlequin #4CEA0A
Tints of Harlequin #4CEA0A
RGB
CMYK
RGB Variations
Color information
#4CEA0A (or 0x4CEA0A) is known color: Harlequin. HEX triplet: 4C, EA and 0A. RGB value is (76,234,10). Sum of RGB (Red+Green+Blue) = 76+234+10=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 234 (91.80% from 255 or 73.12% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEA0A is #B315F5. Grayscale: #A1A1A1. Windows color (decimal): -11736566 or 715340. OLE color: 715340.
HSL color Cylindrical-coordinate representation of color #4CEA0A: hue angle of 102.32º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CEA0A is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 10 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.08 |
| HSL | 102.32º | 0.92% | 0.48% | - |
| HSV(B) | 102.32º | 0.96% | 0.92% | - |
| XYZ | 32.46 | 60.4 | 10.24 | - |
| YUV | 161.22 | 42.65 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 10 | 0.68 | 0 | 0.96 | 0.08 | 102.32 | 0.92 | 0.48 |
| Hex | 4C | EA | A | 44 | 0 | 60 | 8 | 66 | 5C | 30 |
| Octal | 114 | 352 | 12 | 104 | 0 | 140 | 10 | 146 | 134 | 60 |
| Binary | 1001100 | 11101010 | 1010 | 1000100 | 0 | 1100000 | 1000 | 1100110 | 1011100 | 110000 |
Color Harmonies of #4CEA0A
Complementary color
Monochromatic Colors of #4CEA0A
Black with #4CEA0A
Text Example
Text Example
White with #4CEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA0A; }
p { color: rgb(76,234,10); }
H1.HeaderClassName
{
color: #4CEA0A;
}
.AnyTagClassName
{
color: #4CEA0A;
}
</style>
background-color css
<style>
a { background-color: #4CEA0A; }
a { background-color: rgb(76,234,10); }
div.DivClassName
{
background-color: #4CEA0A;
}
.BgClassName
{
background-color: #4CEA0A;
}
</style>
border-color css
<style>
span { border-color: #4CEA0A; }
span { border-color: rgb(76,234,10); }
td.TdClassName
{
border-color: #4CEA0A;
}
.TagClassName
{
border-color: #4CEA0A;
}
</style>