Shades of Harlequin #4CE306
Tints of Harlequin #4CE306
RGB
CMYK
RGB Variations
Color information
#4CE306 (or 0x4CE306) is known color: Harlequin. HEX triplet: 4C, E3 and 06. RGB value is (76,227,6). Sum of RGB (Red+Green+Blue) = 76+227+6=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE306 is #B31CF9. Grayscale: #9D9D9D. Windows color (decimal): -11738362 or 451404. OLE color: 451404.
HSL color Cylindrical-coordinate representation of color #4CE306: hue angle of 101º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CE306 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 227 | 6 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.11 |
| HSL | 101º | 0.95% | 0.46% | - |
| HSV(B) | 101º | 0.97% | 0.89% | - |
| XYZ | 30.48 | 56.49 | 9.47 | - |
| YUV | 156.66 | 42.97 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 6 | 0.67 | 0 | 0.97 | 0.11 | 101 | 0.95 | 0.46 |
| Hex | 4C | E3 | 6 | 43 | 0 | 61 | B | 65 | 5F | 2E |
| Octal | 114 | 343 | 6 | 103 | 0 | 141 | 13 | 145 | 137 | 56 |
| Binary | 1001100 | 11100011 | 110 | 1000011 | 0 | 1100001 | 1011 | 1100101 | 1011111 | 101110 |
Color Harmonies of #4CE306
Complementary color
Monochromatic Colors of #4CE306
Black with #4CE306
Text Example
Text Example
White with #4CE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE306; }
p { color: rgb(76,227,6); }
H1.HeaderClassName
{
color: #4CE306;
}
.AnyTagClassName
{
color: #4CE306;
}
</style>
background-color css
<style>
a { background-color: #4CE306; }
a { background-color: rgb(76,227,6); }
div.DivClassName
{
background-color: #4CE306;
}
.BgClassName
{
background-color: #4CE306;
}
</style>
border-color css
<style>
span { border-color: #4CE306; }
span { border-color: rgb(76,227,6); }
td.TdClassName
{
border-color: #4CE306;
}
.TagClassName
{
border-color: #4CE306;
}
</style>