Shades of Yellow Green #95D717
Tints of Yellow Green #95D717
RGB
CMYK
RGB Variations
Color information
#95D717 (or 0x95D717) is known color: Yellow Green. HEX triplet: 95, D7 and 17. RGB value is (149,215,23). Sum of RGB (Red+Green+Blue) = 149+215+23=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #95D717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D717 is #6A28E8. Grayscale: #AEAEAE. Windows color (decimal): -6957289 or 1562517. OLE color: 1562517.
HSL color Cylindrical-coordinate representation of color #95D717: hue angle of 80.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95D717 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 215 | 23 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.16 |
| HSL | 80.63º | 0.81% | 0.47% | - |
| HSV(B) | 80.63º | 0.89% | 0.84% | - |
| XYZ | 36.85 | 55.05 | 9.49 | - |
| YUV | 173.38 | 43.13 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 215 | 23 | 0.31 | 0 | 0.89 | 0.16 | 80.63 | 0.81 | 0.47 |
| Hex | 95 | D7 | 17 | 1F | 0 | 59 | 10 | 51 | 51 | 2F |
| Octal | 225 | 327 | 27 | 37 | 0 | 131 | 20 | 121 | 121 | 57 |
| Binary | 10010101 | 11010111 | 10111 | 11111 | 0 | 1011001 | 10000 | 1010001 | 1010001 | 101111 |
Color Harmonies of #95D717
Complementary color
Monochromatic Colors of #95D717
Black with #95D717
Text Example
Text Example
White with #95D717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D717; }
p { color: rgb(149,215,23); }
H1.HeaderClassName
{
color: #95D717;
}
.AnyTagClassName
{
color: #95D717;
}
</style>
background-color css
<style>
a { background-color: #95D717; }
a { background-color: rgb(149,215,23); }
div.DivClassName
{
background-color: #95D717;
}
.BgClassName
{
background-color: #95D717;
}
</style>
border-color css
<style>
span { border-color: #95D717; }
span { border-color: rgb(149,215,23); }
td.TdClassName
{
border-color: #95D717;
}
.TagClassName
{
border-color: #95D717;
}
</style>