Shades of Yellow Green #95C522
Tints of Yellow Green #95C522
RGB
CMYK
RGB Variations
Color information
#95C522 (or 0x95C522) is known color: Yellow Green. HEX triplet: 95, C5 and 22. RGB value is (149,197,34). Sum of RGB (Red+Green+Blue) = 149+197+34=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #95C522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C522 is #6A3ADD. Grayscale: #A4A4A4. Windows color (decimal): -6961886 or 2278805. OLE color: 2278805.
HSL color Cylindrical-coordinate representation of color #95C522: hue angle of 77.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95C522 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 34 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.23 |
| HSL | 77.67º | 0.71% | 0.45% | - |
| HSV(B) | 77.67º | 0.83% | 0.77% | - |
| XYZ | 32.65 | 46.44 | 8.76 | - |
| YUV | 164.07 | 54.6 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 34 | 0.24 | 0 | 0.83 | 0.23 | 77.67 | 0.71 | 0.45 |
| Hex | 95 | C5 | 22 | 18 | 0 | 53 | 17 | 4E | 47 | 2D |
| Octal | 225 | 305 | 42 | 30 | 0 | 123 | 27 | 116 | 107 | 55 |
| Binary | 10010101 | 11000101 | 100010 | 11000 | 0 | 1010011 | 10111 | 1001110 | 1000111 | 101101 |
Color Harmonies of #95C522
Complementary color
Monochromatic Colors of #95C522
Black with #95C522
Text Example
Text Example
White with #95C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C522; }
p { color: rgb(149,197,34); }
H1.HeaderClassName
{
color: #95C522;
}
.AnyTagClassName
{
color: #95C522;
}
</style>
background-color css
<style>
a { background-color: #95C522; }
a { background-color: rgb(149,197,34); }
div.DivClassName
{
background-color: #95C522;
}
.BgClassName
{
background-color: #95C522;
}
</style>
border-color css
<style>
span { border-color: #95C522; }
span { border-color: rgb(149,197,34); }
td.TdClassName
{
border-color: #95C522;
}
.TagClassName
{
border-color: #95C522;
}
</style>