Shades of Yellow Green #A7D52D
Tints of Yellow Green #A7D52D
RGB
CMYK
RGB Variations
Color information
#A7D52D (or 0xA7D52D) is known color: Yellow Green. HEX triplet: A7, D5 and 2D. RGB value is (167,213,45). Sum of RGB (Red+Green+Blue) = 167+213+45=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D52D is #582AD2. Grayscale: #B4B4B4. Windows color (decimal): -5778131 or 3003815. OLE color: 3003815.
HSL color Cylindrical-coordinate representation of color #A7D52D: hue angle of 76.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7D52D is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 45 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.16 |
| HSL | 76.43º | 0.67% | 0.51% | - |
| HSV(B) | 76.43º | 0.79% | 0.84% | - |
| XYZ | 40.2 | 55.99 | 11.17 | - |
| YUV | 180.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 45 | 0.22 | 0 | 0.79 | 0.16 | 76.43 | 0.67 | 0.51 |
| Hex | A7 | D5 | 2D | 16 | 0 | 4F | 10 | 4C | 43 | 33 |
| Octal | 247 | 325 | 55 | 26 | 0 | 117 | 20 | 114 | 103 | 63 |
| Binary | 10100111 | 11010101 | 101101 | 10110 | 0 | 1001111 | 10000 | 1001100 | 1000011 | 110011 |
Color Harmonies of #A7D52D
Complementary color
Monochromatic Colors of #A7D52D
Black with #A7D52D
Text Example
Text Example
White with #A7D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D52D; }
p { color: rgb(167,213,45); }
H1.HeaderClassName
{
color: #A7D52D;
}
.AnyTagClassName
{
color: #A7D52D;
}
</style>
background-color css
<style>
a { background-color: #A7D52D; }
a { background-color: rgb(167,213,45); }
div.DivClassName
{
background-color: #A7D52D;
}
.BgClassName
{
background-color: #A7D52D;
}
</style>
border-color css
<style>
span { border-color: #A7D52D; }
span { border-color: rgb(167,213,45); }
td.TdClassName
{
border-color: #A7D52D;
}
.TagClassName
{
border-color: #A7D52D;
}
</style>