Shades of Harlequin #4DFE2D
Tints of Harlequin #4DFE2D
RGB
CMYK
RGB Variations
Color information
#4DFE2D (or 0x4DFE2D) is known color: Harlequin. HEX triplet: 4D, FE and 2D. RGB value is (77,254,45). Sum of RGB (Red+Green+Blue) = 77+254+45=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFE2D is #B201D2. Grayscale: #B1B1B1. Windows color (decimal): -11665875 or 3014221. OLE color: 3014221.
HSL color Cylindrical-coordinate representation of color #4DFE2D: hue angle of 110.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DFE2D is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 45 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.00 |
| HSL | 110.81º | 0.99% | 0.59% | - |
| HSV(B) | 110.81º | 0.82% | 1% | - |
| XYZ | 38.98 | 72.65 | 14.45 | - |
| YUV | 177.25 | 53.36 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 45 | 0.70 | 0 | 0.82 | 0.00 | 110.81 | 0.99 | 0.59 |
| Hex | 4D | FE | 2D | 46 | 0 | 52 | 0 | 6F | 63 | 3B |
| Octal | 115 | 376 | 55 | 106 | 0 | 122 | 0 | 157 | 143 | 73 |
| Binary | 1001101 | 11111110 | 101101 | 1000110 | 0 | 1010010 | 0 | 1101111 | 1100011 | 111011 |
Color Harmonies of #4DFE2D
Complementary color
Monochromatic Colors of #4DFE2D
Black with #4DFE2D
Text Example
Text Example
White with #4DFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE2D; }
p { color: rgb(77,254,45); }
H1.HeaderClassName
{
color: #4DFE2D;
}
.AnyTagClassName
{
color: #4DFE2D;
}
</style>
background-color css
<style>
a { background-color: #4DFE2D; }
a { background-color: rgb(77,254,45); }
div.DivClassName
{
background-color: #4DFE2D;
}
.BgClassName
{
background-color: #4DFE2D;
}
</style>
border-color css
<style>
span { border-color: #4DFE2D; }
span { border-color: rgb(77,254,45); }
td.TdClassName
{
border-color: #4DFE2D;
}
.TagClassName
{
border-color: #4DFE2D;
}
</style>