Shades of Yellow Green #95D325
Tints of Yellow Green #95D325
RGB
CMYK
RGB Variations
Color information
#95D325 (or 0x95D325) is known color: Yellow Green. HEX triplet: 95, D3 and 25. RGB value is (149,211,37). Sum of RGB (Red+Green+Blue) = 149+211+37=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #95D325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D325 is #6A2CDA. Grayscale: #ADADAD. Windows color (decimal): -6958299 or 2478997. OLE color: 2478997.
HSL color Cylindrical-coordinate representation of color #95D325: hue angle of 81.38º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95D325 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 37 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.17 |
| HSL | 81.38º | 0.7% | 0.49% | - |
| HSV(B) | 81.38º | 0.82% | 0.83% | - |
| XYZ | 36.02 | 53.11 | 10.1 | - |
| YUV | 172.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 37 | 0.29 | 0 | 0.82 | 0.17 | 81.38 | 0.7 | 0.49 |
| Hex | 95 | D3 | 25 | 1D | 0 | 52 | 11 | 51 | 46 | 31 |
| Octal | 225 | 323 | 45 | 35 | 0 | 122 | 21 | 121 | 106 | 61 |
| Binary | 10010101 | 11010011 | 100101 | 11101 | 0 | 1010010 | 10001 | 1010001 | 1000110 | 110001 |
Color Harmonies of #95D325
Complementary color
Monochromatic Colors of #95D325
Black with #95D325
Text Example
Text Example
White with #95D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D325; }
p { color: rgb(149,211,37); }
H1.HeaderClassName
{
color: #95D325;
}
.AnyTagClassName
{
color: #95D325;
}
</style>
background-color css
<style>
a { background-color: #95D325; }
a { background-color: rgb(149,211,37); }
div.DivClassName
{
background-color: #95D325;
}
.BgClassName
{
background-color: #95D325;
}
</style>
border-color css
<style>
span { border-color: #95D325; }
span { border-color: rgb(149,211,37); }
td.TdClassName
{
border-color: #95D325;
}
.TagClassName
{
border-color: #95D325;
}
</style>