Shades of Harlequin #4DF912
Tints of Harlequin #4DF912
RGB
CMYK
RGB Variations
Color information
#4DF912 (or 0x4DF912) is known color: Harlequin. HEX triplet: 4D, F9 and 12. RGB value is (77,249,18). Sum of RGB (Red+Green+Blue) = 77+249+18=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF912 is #B206ED. Grayscale: #ABABAB. Windows color (decimal): -11667182 or 1243469. OLE color: 1243469.
HSL color Cylindrical-coordinate representation of color #4DF912: hue angle of 104.68º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DF912 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 18 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.02 |
| HSL | 104.68º | 0.95% | 0.52% | - |
| HSV(B) | 104.68º | 0.93% | 0.98% | - |
| XYZ | 37.05 | 69.37 | 12.01 | - |
| YUV | 171.24 | 41.52 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 18 | 0.69 | 0 | 0.93 | 0.02 | 104.68 | 0.95 | 0.52 |
| Hex | 4D | F9 | 12 | 45 | 0 | 5D | 2 | 69 | 5F | 34 |
| Octal | 115 | 371 | 22 | 105 | 0 | 135 | 2 | 151 | 137 | 64 |
| Binary | 1001101 | 11111001 | 10010 | 1000101 | 0 | 1011101 | 10 | 1101001 | 1011111 | 110100 |
Color Harmonies of #4DF912
Complementary color
Monochromatic Colors of #4DF912
Black with #4DF912
Text Example
Text Example
White with #4DF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF912; }
p { color: rgb(77,249,18); }
H1.HeaderClassName
{
color: #4DF912;
}
.AnyTagClassName
{
color: #4DF912;
}
</style>
background-color css
<style>
a { background-color: #4DF912; }
a { background-color: rgb(77,249,18); }
div.DivClassName
{
background-color: #4DF912;
}
.BgClassName
{
background-color: #4DF912;
}
</style>
border-color css
<style>
span { border-color: #4DF912; }
span { border-color: rgb(77,249,18); }
td.TdClassName
{
border-color: #4DF912;
}
.TagClassName
{
border-color: #4DF912;
}
</style>