Shades of Yellow Green #95C528
Tints of Yellow Green #95C528
RGB
CMYK
RGB Variations
Color information
#95C528 (or 0x95C528) is known color: Yellow Green. HEX triplet: 95, C5 and 28. RGB value is (149,197,40). Sum of RGB (Red+Green+Blue) = 149+197+40=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #95C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C528 is #6A3AD7. Grayscale: #A5A5A5. Windows color (decimal): -6961880 or 2672021. OLE color: 2672021.
HSL color Cylindrical-coordinate representation of color #95C528: hue angle of 78.34º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95C528 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 40 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.23 |
| HSL | 78.34º | 0.66% | 0.46% | - |
| HSV(B) | 78.34º | 0.8% | 0.77% | - |
| XYZ | 32.74 | 46.48 | 9.25 | - |
| YUV | 164.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 40 | 0.24 | 0 | 0.80 | 0.23 | 78.34 | 0.66 | 0.46 |
| Hex | 95 | C5 | 28 | 18 | 0 | 50 | 17 | 4E | 42 | 2E |
| Octal | 225 | 305 | 50 | 30 | 0 | 120 | 27 | 116 | 102 | 56 |
| Binary | 10010101 | 11000101 | 101000 | 11000 | 0 | 1010000 | 10111 | 1001110 | 1000010 | 101110 |
Color Harmonies of #95C528
Complementary color
Monochromatic Colors of #95C528
Black with #95C528
Text Example
Text Example
White with #95C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C528; }
p { color: rgb(149,197,40); }
H1.HeaderClassName
{
color: #95C528;
}
.AnyTagClassName
{
color: #95C528;
}
</style>
background-color css
<style>
a { background-color: #95C528; }
a { background-color: rgb(149,197,40); }
div.DivClassName
{
background-color: #95C528;
}
.BgClassName
{
background-color: #95C528;
}
</style>
border-color css
<style>
span { border-color: #95C528; }
span { border-color: rgb(149,197,40); }
td.TdClassName
{
border-color: #95C528;
}
.TagClassName
{
border-color: #95C528;
}
</style>