Shades of Harlequin #4CEA03
Tints of Harlequin #4CEA03
RGB
CMYK
RGB Variations
Color information
#4CEA03 (or 0x4CEA03) is known color: Harlequin. HEX triplet: 4C, EA and 03. RGB value is (76,234,3). Sum of RGB (Red+Green+Blue) = 76+234+3=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 234 (91.80% from 255 or 74.76% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEA03 is #B315FC. Grayscale: #A1A1A1. Windows color (decimal): -11736573 or 256588. OLE color: 256588.
HSL color Cylindrical-coordinate representation of color #4CEA03: hue angle of 101.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CEA03 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 3 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.08 |
| HSL | 101.04º | 0.97% | 0.46% | - |
| HSV(B) | 101.04º | 0.99% | 0.92% | - |
| XYZ | 32.42 | 60.39 | 10.03 | - |
| YUV | 160.42 | 39.15 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 3 | 0.68 | 0 | 0.99 | 0.08 | 101.04 | 0.97 | 0.46 |
| Hex | 4C | EA | 3 | 44 | 0 | 63 | 8 | 65 | 61 | 2E |
| Octal | 114 | 352 | 3 | 104 | 0 | 143 | 10 | 145 | 141 | 56 |
| Binary | 1001100 | 11101010 | 11 | 1000100 | 0 | 1100011 | 1000 | 1100101 | 1100001 | 101110 |
Color Harmonies of #4CEA03
Complementary color
Monochromatic Colors of #4CEA03
Black with #4CEA03
Text Example
Text Example
White with #4CEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA03; }
p { color: rgb(76,234,3); }
H1.HeaderClassName
{
color: #4CEA03;
}
.AnyTagClassName
{
color: #4CEA03;
}
</style>
background-color css
<style>
a { background-color: #4CEA03; }
a { background-color: rgb(76,234,3); }
div.DivClassName
{
background-color: #4CEA03;
}
.BgClassName
{
background-color: #4CEA03;
}
</style>
border-color css
<style>
span { border-color: #4CEA03; }
span { border-color: rgb(76,234,3); }
td.TdClassName
{
border-color: #4CEA03;
}
.TagClassName
{
border-color: #4CEA03;
}
</style>