Shades of Yellow Green #95D516
Tints of Yellow Green #95D516
RGB
CMYK
RGB Variations
Color information
#95D516 (or 0x95D516) is known color: Yellow Green. HEX triplet: 95, D5 and 16. RGB value is (149,213,22). Sum of RGB (Red+Green+Blue) = 149+213+22=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #95D516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D516 is #6A2AE9. Grayscale: #ACACAC. Windows color (decimal): -6957802 or 1496469. OLE color: 1496469.
HSL color Cylindrical-coordinate representation of color #95D516: hue angle of 80.1º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95D516 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.16 |
| HSL | 80.1º | 0.81% | 0.46% | - |
| HSV(B) | 80.1º | 0.9% | 0.84% | - |
| XYZ | 36.33 | 54.04 | 9.27 | - |
| YUV | 172.09 | 43.3 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 22 | 0.30 | 0 | 0.90 | 0.16 | 80.1 | 0.81 | 0.46 |
| Hex | 95 | D5 | 16 | 1E | 0 | 5A | 10 | 50 | 51 | 2E |
| Octal | 225 | 325 | 26 | 36 | 0 | 132 | 20 | 120 | 121 | 56 |
| Binary | 10010101 | 11010101 | 10110 | 11110 | 0 | 1011010 | 10000 | 1010000 | 1010001 | 101110 |
Color Harmonies of #95D516
Complementary color
Monochromatic Colors of #95D516
Black with #95D516
Text Example
Text Example
White with #95D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D516; }
p { color: rgb(149,213,22); }
H1.HeaderClassName
{
color: #95D516;
}
.AnyTagClassName
{
color: #95D516;
}
</style>
background-color css
<style>
a { background-color: #95D516; }
a { background-color: rgb(149,213,22); }
div.DivClassName
{
background-color: #95D516;
}
.BgClassName
{
background-color: #95D516;
}
</style>
border-color css
<style>
span { border-color: #95D516; }
span { border-color: rgb(149,213,22); }
td.TdClassName
{
border-color: #95D516;
}
.TagClassName
{
border-color: #95D516;
}
</style>