Shades of Harlequin #4DFC12
Tints of Harlequin #4DFC12
RGB
CMYK
RGB Variations
Color information
#4DFC12 (or 0x4DFC12) is known color: Harlequin. HEX triplet: 4D, FC and 12. RGB value is (77,252,18). Sum of RGB (Red+Green+Blue) = 77+252+18=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC12 is #B203ED. Grayscale: #ADADAD. Windows color (decimal): -11666414 or 1244237. OLE color: 1244237.
HSL color Cylindrical-coordinate representation of color #4DFC12: hue angle of 104.87º 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 #4DFC12 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 18 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.01 |
| HSL | 104.87º | 0.98% | 0.53% | - |
| HSV(B) | 104.87º | 0.93% | 0.99% | - |
| XYZ | 37.98 | 71.24 | 12.32 | - |
| YUV | 173 | 40.52 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 18 | 0.69 | 0 | 0.93 | 0.01 | 104.87 | 0.98 | 0.53 |
| Hex | 4D | FC | 12 | 45 | 0 | 5D | 1 | 69 | 62 | 35 |
| Octal | 115 | 374 | 22 | 105 | 0 | 135 | 1 | 151 | 142 | 65 |
| Binary | 1001101 | 11111100 | 10010 | 1000101 | 0 | 1011101 | 1 | 1101001 | 1100010 | 110101 |
Color Harmonies of #4DFC12
Complementary color
Monochromatic Colors of #4DFC12
Black with #4DFC12
Text Example
Text Example
White with #4DFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC12; }
p { color: rgb(77,252,18); }
H1.HeaderClassName
{
color: #4DFC12;
}
.AnyTagClassName
{
color: #4DFC12;
}
</style>
background-color css
<style>
a { background-color: #4DFC12; }
a { background-color: rgb(77,252,18); }
div.DivClassName
{
background-color: #4DFC12;
}
.BgClassName
{
background-color: #4DFC12;
}
</style>
border-color css
<style>
span { border-color: #4DFC12; }
span { border-color: rgb(77,252,18); }
td.TdClassName
{
border-color: #4DFC12;
}
.TagClassName
{
border-color: #4DFC12;
}
</style>