Shades of Harlequin #4DFB2A
Tints of Harlequin #4DFB2A
RGB
CMYK
RGB Variations
Color information
#4DFB2A (or 0x4DFB2A) is known color: Harlequin. HEX triplet: 4D, FB and 2A. RGB value is (77,251,42). Sum of RGB (Red+Green+Blue) = 77+251+42=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB2A is #B204D5. Grayscale: #AFAFAF. Windows color (decimal): -11666646 or 2816845. OLE color: 2816845.
HSL color Cylindrical-coordinate representation of color #4DFB2A: hue angle of 109.95º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DFB2A is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 42 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.02 |
| HSL | 109.95º | 0.96% | 0.57% | - |
| HSV(B) | 109.95º | 0.83% | 0.98% | - |
| XYZ | 37.98 | 70.74 | 13.84 | - |
| YUV | 175.15 | 52.85 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 42 | 0.69 | 0 | 0.83 | 0.02 | 109.95 | 0.96 | 0.57 |
| Hex | 4D | FB | 2A | 45 | 0 | 53 | 2 | 6E | 60 | 39 |
| Octal | 115 | 373 | 52 | 105 | 0 | 123 | 2 | 156 | 140 | 71 |
| Binary | 1001101 | 11111011 | 101010 | 1000101 | 0 | 1010011 | 10 | 1101110 | 1100000 | 111001 |
Color Harmonies of #4DFB2A
Complementary color
Monochromatic Colors of #4DFB2A
Black with #4DFB2A
Text Example
Text Example
White with #4DFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB2A; }
p { color: rgb(77,251,42); }
H1.HeaderClassName
{
color: #4DFB2A;
}
.AnyTagClassName
{
color: #4DFB2A;
}
</style>
background-color css
<style>
a { background-color: #4DFB2A; }
a { background-color: rgb(77,251,42); }
div.DivClassName
{
background-color: #4DFB2A;
}
.BgClassName
{
background-color: #4DFB2A;
}
</style>
border-color css
<style>
span { border-color: #4DFB2A; }
span { border-color: rgb(77,251,42); }
td.TdClassName
{
border-color: #4DFB2A;
}
.TagClassName
{
border-color: #4DFB2A;
}
</style>