Shades of Harlequin #4DFF2C
Tints of Harlequin #4DFF2C
RGB
CMYK
RGB Variations
Color information
#4DFF2C (or 0x4DFF2C) is known color: Harlequin. HEX triplet: 4D, FF and 2C. RGB value is (77,255,44). Sum of RGB (Red+Green+Blue) = 77+255+44=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF2C is #B200D3. Grayscale: #B2B2B2. Windows color (decimal): -11665620 or 2948941. OLE color: 2948941.
HSL color Cylindrical-coordinate representation of color #4DFF2C: hue angle of 110.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DFF2C is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 44 | - |
| CMYK | 0.70 | 0 | 0.83 | 0 |
| HSL | 110.62º | 1% | 0.59% | - |
| HSV(B) | 110.62º | 0.83% | 1% | - |
| XYZ | 39.28 | 73.28 | 14.46 | - |
| YUV | 177.72 | 52.53 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 44 | 0.70 | 0 | 0.83 | 0 | 110.62 | 1 | 0.59 |
| Hex | 4D | FF | 2C | 46 | 0 | 53 | 0 | 6F | 64 | 3B |
| Octal | 115 | 377 | 54 | 106 | 0 | 123 | 0 | 157 | 144 | 73 |
| Binary | 1001101 | 11111111 | 101100 | 1000110 | 0 | 1010011 | 0 | 1101111 | 1100100 | 111011 |
Color Harmonies of #4DFF2C
Complementary color
Monochromatic Colors of #4DFF2C
Black with #4DFF2C
Text Example
Text Example
White with #4DFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF2C; }
p { color: rgb(77,255,44); }
H1.HeaderClassName
{
color: #4DFF2C;
}
.AnyTagClassName
{
color: #4DFF2C;
}
</style>
background-color css
<style>
a { background-color: #4DFF2C; }
a { background-color: rgb(77,255,44); }
div.DivClassName
{
background-color: #4DFF2C;
}
.BgClassName
{
background-color: #4DFF2C;
}
</style>
border-color css
<style>
span { border-color: #4DFF2C; }
span { border-color: rgb(77,255,44); }
td.TdClassName
{
border-color: #4DFF2C;
}
.TagClassName
{
border-color: #4DFF2C;
}
</style>