Shades of Yellow Green #95D617
Tints of Yellow Green #95D617
RGB
CMYK
RGB Variations
Color information
#95D617 (or 0x95D617) is known color: Yellow Green. HEX triplet: 95, D6 and 17. RGB value is (149,214,23). Sum of RGB (Red+Green+Blue) = 149+214+23=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #95D617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D617 is #6A29E8. Grayscale: #ADADAD. Windows color (decimal): -6957545 or 1562261. OLE color: 1562261.
HSL color Cylindrical-coordinate representation of color #95D617: hue angle of 80.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95D617 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 23 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.16 |
| HSL | 80.42º | 0.81% | 0.46% | - |
| HSV(B) | 80.42º | 0.89% | 0.84% | - |
| XYZ | 36.6 | 54.54 | 9.41 | - |
| YUV | 172.79 | 43.47 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 23 | 0.30 | 0 | 0.89 | 0.16 | 80.42 | 0.81 | 0.46 |
| Hex | 95 | D6 | 17 | 1E | 0 | 59 | 10 | 50 | 51 | 2E |
| Octal | 225 | 326 | 27 | 36 | 0 | 131 | 20 | 120 | 121 | 56 |
| Binary | 10010101 | 11010110 | 10111 | 11110 | 0 | 1011001 | 10000 | 1010000 | 1010001 | 101110 |
Color Harmonies of #95D617
Complementary color
Monochromatic Colors of #95D617
Black with #95D617
Text Example
Text Example
White with #95D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D617; }
p { color: rgb(149,214,23); }
H1.HeaderClassName
{
color: #95D617;
}
.AnyTagClassName
{
color: #95D617;
}
</style>
background-color css
<style>
a { background-color: #95D617; }
a { background-color: rgb(149,214,23); }
div.DivClassName
{
background-color: #95D617;
}
.BgClassName
{
background-color: #95D617;
}
</style>
border-color css
<style>
span { border-color: #95D617; }
span { border-color: rgb(149,214,23); }
td.TdClassName
{
border-color: #95D617;
}
.TagClassName
{
border-color: #95D617;
}
</style>