Shades of Harlequin #4CEB0A
Tints of Harlequin #4CEB0A
RGB
CMYK
RGB Variations
Color information
#4CEB0A (or 0x4CEB0A) is known color: Harlequin. HEX triplet: 4C, EB and 0A. RGB value is (76,235,10). Sum of RGB (Red+Green+Blue) = 76+235+10=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEB0A is #B314F5. Grayscale: #A2A2A2. Windows color (decimal): -11736310 or 715596. OLE color: 715596.
HSL color Cylindrical-coordinate representation of color #4CEB0A: hue angle of 102.4º 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 #4CEB0A is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 10 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.08 |
| HSL | 102.4º | 0.92% | 0.48% | - |
| HSV(B) | 102.4º | 0.96% | 0.92% | - |
| XYZ | 32.74 | 60.98 | 10.33 | - |
| YUV | 161.81 | 42.32 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 10 | 0.68 | 0 | 0.96 | 0.08 | 102.4 | 0.92 | 0.48 |
| Hex | 4C | EB | A | 44 | 0 | 60 | 8 | 66 | 5C | 30 |
| Octal | 114 | 353 | 12 | 104 | 0 | 140 | 10 | 146 | 134 | 60 |
| Binary | 1001100 | 11101011 | 1010 | 1000100 | 0 | 1100000 | 1000 | 1100110 | 1011100 | 110000 |
Color Harmonies of #4CEB0A
Complementary color
Monochromatic Colors of #4CEB0A
Black with #4CEB0A
Text Example
Text Example
White with #4CEB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEB0A; }
p { color: rgb(76,235,10); }
H1.HeaderClassName
{
color: #4CEB0A;
}
.AnyTagClassName
{
color: #4CEB0A;
}
</style>
background-color css
<style>
a { background-color: #4CEB0A; }
a { background-color: rgb(76,235,10); }
div.DivClassName
{
background-color: #4CEB0A;
}
.BgClassName
{
background-color: #4CEB0A;
}
</style>
border-color css
<style>
span { border-color: #4CEB0A; }
span { border-color: rgb(76,235,10); }
td.TdClassName
{
border-color: #4CEB0A;
}
.TagClassName
{
border-color: #4CEB0A;
}
</style>