Shades of Yellow Green #95D92A
Tints of Yellow Green #95D92A
RGB
CMYK
RGB Variations
Color information
#95D92A (or 0x95D92A) is known color: Yellow Green. HEX triplet: 95, D9 and 2A. RGB value is (149,217,42). Sum of RGB (Red+Green+Blue) = 149+217+42=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #95D92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D92A is #6A26D5. Grayscale: #B1B1B1. Windows color (decimal): -6956758 or 2808213. OLE color: 2808213.
HSL color Cylindrical-coordinate representation of color #95D92A: hue angle of 83.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95D92A is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 42 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.15 |
| HSL | 83.31º | 0.7% | 0.51% | - |
| HSV(B) | 83.31º | 0.81% | 0.85% | - |
| XYZ | 37.63 | 56.18 | 11.05 | - |
| YUV | 176.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 42 | 0.31 | 0 | 0.81 | 0.15 | 83.31 | 0.7 | 0.51 |
| Hex | 95 | D9 | 2A | 1F | 0 | 51 | F | 53 | 46 | 33 |
| Octal | 225 | 331 | 52 | 37 | 0 | 121 | 17 | 123 | 106 | 63 |
| Binary | 10010101 | 11011001 | 101010 | 11111 | 0 | 1010001 | 1111 | 1010011 | 1000110 | 110011 |
Color Harmonies of #95D92A
Complementary color
Monochromatic Colors of #95D92A
Black with #95D92A
Text Example
Text Example
White with #95D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D92A; }
p { color: rgb(149,217,42); }
H1.HeaderClassName
{
color: #95D92A;
}
.AnyTagClassName
{
color: #95D92A;
}
</style>
background-color css
<style>
a { background-color: #95D92A; }
a { background-color: rgb(149,217,42); }
div.DivClassName
{
background-color: #95D92A;
}
.BgClassName
{
background-color: #95D92A;
}
</style>
border-color css
<style>
span { border-color: #95D92A; }
span { border-color: rgb(149,217,42); }
td.TdClassName
{
border-color: #95D92A;
}
.TagClassName
{
border-color: #95D92A;
}
</style>