Shades of Harlequin #4DFF2A
Tints of Harlequin #4DFF2A
RGB
CMYK
RGB Variations
Color information
#4DFF2A (or 0x4DFF2A) is known color: Harlequin. HEX triplet: 4D, FF and 2A. RGB value is (77,255,42). Sum of RGB (Red+Green+Blue) = 77+255+42=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF2A is #B200D5. Grayscale: #B2B2B2. Windows color (decimal): -11665622 or 2817869. OLE color: 2817869.
HSL color Cylindrical-coordinate representation of color #4DFF2A: hue angle of 110.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DFF2A is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 42 | - |
| CMYK | 0.70 | 0 | 0.84 | 0 |
| HSL | 110.14º | 1% | 0.58% | - |
| HSV(B) | 110.14º | 0.84% | 1% | - |
| XYZ | 39.24 | 73.26 | 14.26 | - |
| YUV | 177.5 | 51.53 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 42 | 0.70 | 0 | 0.84 | 0 | 110.14 | 1 | 0.58 |
| Hex | 4D | FF | 2A | 46 | 0 | 54 | 0 | 6E | 64 | 3A |
| Octal | 115 | 377 | 52 | 106 | 0 | 124 | 0 | 156 | 144 | 72 |
| Binary | 1001101 | 11111111 | 101010 | 1000110 | 0 | 1010100 | 0 | 1101110 | 1100100 | 111010 |
Color Harmonies of #4DFF2A
Complementary color
Monochromatic Colors of #4DFF2A
Black with #4DFF2A
Text Example
Text Example
White with #4DFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF2A; }
p { color: rgb(77,255,42); }
H1.HeaderClassName
{
color: #4DFF2A;
}
.AnyTagClassName
{
color: #4DFF2A;
}
</style>
background-color css
<style>
a { background-color: #4DFF2A; }
a { background-color: rgb(77,255,42); }
div.DivClassName
{
background-color: #4DFF2A;
}
.BgClassName
{
background-color: #4DFF2A;
}
</style>
border-color css
<style>
span { border-color: #4DFF2A; }
span { border-color: rgb(77,255,42); }
td.TdClassName
{
border-color: #4DFF2A;
}
.TagClassName
{
border-color: #4DFF2A;
}
</style>