Shades of Yellow Green #95D731
Tints of Yellow Green #95D731
RGB
CMYK
RGB Variations
Color information
#95D731 (or 0x95D731) is known color: Yellow Green. HEX triplet: 95, D7 and 31. RGB value is (149,215,49). Sum of RGB (Red+Green+Blue) = 149+215+49=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #95D731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D731 is #6A28CE. Grayscale: #B0B0B0. Windows color (decimal): -6957263 or 3266453. OLE color: 3266453.
HSL color Cylindrical-coordinate representation of color #95D731: hue angle of 83.86º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95D731 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 215 | 49 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.16 |
| HSL | 83.86º | 0.67% | 0.52% | - |
| HSV(B) | 83.86º | 0.77% | 0.84% | - |
| XYZ | 37.25 | 55.21 | 11.6 | - |
| YUV | 176.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 215 | 49 | 0.31 | 0 | 0.77 | 0.16 | 83.86 | 0.67 | 0.52 |
| Hex | 95 | D7 | 31 | 1F | 0 | 4D | 10 | 54 | 43 | 34 |
| Octal | 225 | 327 | 61 | 37 | 0 | 115 | 20 | 124 | 103 | 64 |
| Binary | 10010101 | 11010111 | 110001 | 11111 | 0 | 1001101 | 10000 | 1010100 | 1000011 | 110100 |
Color Harmonies of #95D731
Complementary color
Monochromatic Colors of #95D731
Black with #95D731
Text Example
Text Example
White with #95D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D731; }
p { color: rgb(149,215,49); }
H1.HeaderClassName
{
color: #95D731;
}
.AnyTagClassName
{
color: #95D731;
}
</style>
background-color css
<style>
a { background-color: #95D731; }
a { background-color: rgb(149,215,49); }
div.DivClassName
{
background-color: #95D731;
}
.BgClassName
{
background-color: #95D731;
}
</style>
border-color css
<style>
span { border-color: #95D731; }
span { border-color: rgb(149,215,49); }
td.TdClassName
{
border-color: #95D731;
}
.TagClassName
{
border-color: #95D731;
}
</style>