Shades of Yellow Green #95D515
Tints of Yellow Green #95D515
RGB
CMYK
RGB Variations
Color information
#95D515 (or 0x95D515) is known color: Yellow Green. HEX triplet: 95, D5 and 15. RGB value is (149,213,21). Sum of RGB (Red+Green+Blue) = 149+213+21=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #95D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D515 is #6A2AEA. Grayscale: #ACACAC. Windows color (decimal): -6957803 or 1430933. OLE color: 1430933.
HSL color Cylindrical-coordinate representation of color #95D515: hue angle of 80º degrees, saturation: 0.82, 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 #95D515 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 21 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.16 |
| HSL | 80º | 0.82% | 0.46% | - |
| HSV(B) | 80º | 0.9% | 0.84% | - |
| XYZ | 36.32 | 54.03 | 9.22 | - |
| YUV | 171.98 | 42.8 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 21 | 0.30 | 0 | 0.90 | 0.16 | 80 | 0.82 | 0.46 |
| Hex | 95 | D5 | 15 | 1E | 0 | 5A | 10 | 50 | 52 | 2E |
| Octal | 225 | 325 | 25 | 36 | 0 | 132 | 20 | 120 | 122 | 56 |
| Binary | 10010101 | 11010101 | 10101 | 11110 | 0 | 1011010 | 10000 | 1010000 | 1010010 | 101110 |
Color Harmonies of #95D515
Complementary color
Monochromatic Colors of #95D515
Black with #95D515
Text Example
Text Example
White with #95D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D515; }
p { color: rgb(149,213,21); }
H1.HeaderClassName
{
color: #95D515;
}
.AnyTagClassName
{
color: #95D515;
}
</style>
background-color css
<style>
a { background-color: #95D515; }
a { background-color: rgb(149,213,21); }
div.DivClassName
{
background-color: #95D515;
}
.BgClassName
{
background-color: #95D515;
}
</style>
border-color css
<style>
span { border-color: #95D515; }
span { border-color: rgb(149,213,21); }
td.TdClassName
{
border-color: #95D515;
}
.TagClassName
{
border-color: #95D515;
}
</style>