Shades of Harlequin #4CFC12
Tints of Harlequin #4CFC12
RGB
CMYK
RGB Variations
Color information
#4CFC12 (or 0x4CFC12) is known color: Harlequin. HEX triplet: 4C, FC and 12. RGB value is (76,252,18). Sum of RGB (Red+Green+Blue) = 76+252+18=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC12 is #B303ED. Grayscale: #ADADAD. Windows color (decimal): -11731950 or 1244236. OLE color: 1244236.
HSL color Cylindrical-coordinate representation of color #4CFC12: hue angle of 105.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CFC12 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 18 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.01 |
| HSL | 105.13º | 0.98% | 0.53% | - |
| HSV(B) | 105.13º | 0.93% | 0.99% | - |
| XYZ | 37.9 | 71.2 | 12.32 | - |
| YUV | 172.7 | 40.69 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 18 | 0.70 | 0 | 0.93 | 0.01 | 105.13 | 0.98 | 0.53 |
| Hex | 4C | FC | 12 | 46 | 0 | 5D | 1 | 69 | 62 | 35 |
| Octal | 114 | 374 | 22 | 106 | 0 | 135 | 1 | 151 | 142 | 65 |
| Binary | 1001100 | 11111100 | 10010 | 1000110 | 0 | 1011101 | 1 | 1101001 | 1100010 | 110101 |
Color Harmonies of #4CFC12
Complementary color
Monochromatic Colors of #4CFC12
Black with #4CFC12
Text Example
Text Example
White with #4CFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFC12; }
p { color: rgb(76,252,18); }
H1.HeaderClassName
{
color: #4CFC12;
}
.AnyTagClassName
{
color: #4CFC12;
}
</style>
background-color css
<style>
a { background-color: #4CFC12; }
a { background-color: rgb(76,252,18); }
div.DivClassName
{
background-color: #4CFC12;
}
.BgClassName
{
background-color: #4CFC12;
}
</style>
border-color css
<style>
span { border-color: #4CFC12; }
span { border-color: rgb(76,252,18); }
td.TdClassName
{
border-color: #4CFC12;
}
.TagClassName
{
border-color: #4CFC12;
}
</style>