Shades of Yellow Green #95D529
Tints of Yellow Green #95D529
RGB
CMYK
RGB Variations
Color information
#95D529 (or 0x95D529) is known color: Yellow Green. HEX triplet: 95, D5 and 29. RGB value is (149,213,41). Sum of RGB (Red+Green+Blue) = 149+213+41=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #95D529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D529 is #6A2AD6. Grayscale: #AEAEAE. Windows color (decimal): -6957783 or 2741653. OLE color: 2741653.
HSL color Cylindrical-coordinate representation of color #95D529: hue angle of 82.33º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95D529 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 41 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.16 |
| HSL | 82.33º | 0.68% | 0.5% | - |
| HSV(B) | 82.33º | 0.81% | 0.84% | - |
| XYZ | 36.59 | 54.14 | 10.62 | - |
| YUV | 174.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 41 | 0.30 | 0 | 0.81 | 0.16 | 82.33 | 0.68 | 0.5 |
| Hex | 95 | D5 | 29 | 1E | 0 | 51 | 10 | 52 | 44 | 32 |
| Octal | 225 | 325 | 51 | 36 | 0 | 121 | 20 | 122 | 104 | 62 |
| Binary | 10010101 | 11010101 | 101001 | 11110 | 0 | 1010001 | 10000 | 1010010 | 1000100 | 110010 |
Color Harmonies of #95D529
Complementary color
Monochromatic Colors of #95D529
Black with #95D529
Text Example
Text Example
White with #95D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D529; }
p { color: rgb(149,213,41); }
H1.HeaderClassName
{
color: #95D529;
}
.AnyTagClassName
{
color: #95D529;
}
</style>
background-color css
<style>
a { background-color: #95D529; }
a { background-color: rgb(149,213,41); }
div.DivClassName
{
background-color: #95D529;
}
.BgClassName
{
background-color: #95D529;
}
</style>
border-color css
<style>
span { border-color: #95D529; }
span { border-color: rgb(149,213,41); }
td.TdClassName
{
border-color: #95D529;
}
.TagClassName
{
border-color: #95D529;
}
</style>