Shades of Limeade #4D970A
Tints of Limeade #4D970A
RGB
CMYK
RGB Variations
Color information
#4D970A (or 0x4D970A) is known color: Limeade. HEX triplet: 4D, 97 and 0A. RGB value is (77,151,10). Sum of RGB (Red+Green+Blue) = 77+151+10=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #4D970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D970A is #B268F5. Grayscale: #717171. Windows color (decimal): -11692278 or 694093. OLE color: 694093.
HSL color Cylindrical-coordinate representation of color #4D970A: hue angle of 91.49º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D970A is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 10 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.41 |
| HSL | 91.49º | 0.88% | 0.32% | - |
| HSV(B) | 91.49º | 0.93% | 0.59% | - |
| XYZ | 14.18 | 23.73 | 4.12 | - |
| YUV | 112.8 | 69.98 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 10 | 0.49 | 0 | 0.93 | 0.41 | 91.49 | 0.88 | 0.32 |
| Hex | 4D | 97 | A | 31 | 0 | 5D | 29 | 5B | 58 | 20 |
| Octal | 115 | 227 | 12 | 61 | 0 | 135 | 51 | 133 | 130 | 40 |
| Binary | 1001101 | 10010111 | 1010 | 110001 | 0 | 1011101 | 101001 | 1011011 | 1011000 | 100000 |
Color Harmonies of #4D970A
Complementary color
Monochromatic Colors of #4D970A
Black with #4D970A
Text Example
Text Example
White with #4D970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D970A; }
p { color: rgb(77,151,10); }
H1.HeaderClassName
{
color: #4D970A;
}
.AnyTagClassName
{
color: #4D970A;
}
</style>
background-color css
<style>
a { background-color: #4D970A; }
a { background-color: rgb(77,151,10); }
div.DivClassName
{
background-color: #4D970A;
}
.BgClassName
{
background-color: #4D970A;
}
</style>
border-color css
<style>
span { border-color: #4D970A; }
span { border-color: rgb(77,151,10); }
td.TdClassName
{
border-color: #4D970A;
}
.TagClassName
{
border-color: #4D970A;
}
</style>