Shades of Harlequin #4CDC03
Tints of Harlequin #4CDC03
RGB
CMYK
RGB Variations
Color information
#4CDC03 (or 0x4CDC03) is known color: Harlequin. HEX triplet: 4C, DC and 03. RGB value is (76,220,3). Sum of RGB (Red+Green+Blue) = 76+220+3=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDC03 is #B323FC. Grayscale: #989898. Windows color (decimal): -11740157 or 253004. OLE color: 253004.
HSL color Cylindrical-coordinate representation of color #4CDC03: hue angle of 99.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CDC03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 3 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.14 |
| HSL | 99.82º | 0.97% | 0.44% | - |
| HSV(B) | 99.82º | 0.99% | 0.86% | - |
| XYZ | 28.59 | 52.73 | 8.76 | - |
| YUV | 152.21 | 43.79 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 3 | 0.65 | 0 | 0.99 | 0.14 | 99.82 | 0.97 | 0.44 |
| Hex | 4C | DC | 3 | 41 | 0 | 63 | E | 64 | 61 | 2C |
| Octal | 114 | 334 | 3 | 101 | 0 | 143 | 16 | 144 | 141 | 54 |
| Binary | 1001100 | 11011100 | 11 | 1000001 | 0 | 1100011 | 1110 | 1100100 | 1100001 | 101100 |
Color Harmonies of #4CDC03
Complementary color
Monochromatic Colors of #4CDC03
Black with #4CDC03
Text Example
Text Example
White with #4CDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC03; }
p { color: rgb(76,220,3); }
H1.HeaderClassName
{
color: #4CDC03;
}
.AnyTagClassName
{
color: #4CDC03;
}
</style>
background-color css
<style>
a { background-color: #4CDC03; }
a { background-color: rgb(76,220,3); }
div.DivClassName
{
background-color: #4CDC03;
}
.BgClassName
{
background-color: #4CDC03;
}
</style>
border-color css
<style>
span { border-color: #4CDC03; }
span { border-color: rgb(76,220,3); }
td.TdClassName
{
border-color: #4CDC03;
}
.TagClassName
{
border-color: #4CDC03;
}
</style>