Shades of Yellow Green #95C434
Tints of Yellow Green #95C434
RGB
CMYK
RGB Variations
Color information
#95C434 (or 0x95C434) is known color: Yellow Green. HEX triplet: 95, C4 and 34. RGB value is (149,196,52). Sum of RGB (Red+Green+Blue) = 149+196+52=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #95C434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C434 is #6A3BCB. Grayscale: #A6A6A6. Windows color (decimal): -6962124 or 3458197. OLE color: 3458197.
HSL color Cylindrical-coordinate representation of color #95C434: hue angle of 79.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95C434 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 52 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.23 |
| HSL | 79.58º | 0.58% | 0.49% | - |
| HSV(B) | 79.58º | 0.73% | 0.77% | - |
| XYZ | 32.75 | 46.12 | 10.42 | - |
| YUV | 165.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 52 | 0.24 | 0 | 0.73 | 0.23 | 79.58 | 0.58 | 0.49 |
| Hex | 95 | C4 | 34 | 18 | 0 | 49 | 17 | 50 | 3A | 31 |
| Octal | 225 | 304 | 64 | 30 | 0 | 111 | 27 | 120 | 72 | 61 |
| Binary | 10010101 | 11000100 | 110100 | 11000 | 0 | 1001001 | 10111 | 1010000 | 111010 | 110001 |
Color Harmonies of #95C434
Complementary color
Monochromatic Colors of #95C434
Black with #95C434
Text Example
Text Example
White with #95C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C434; }
p { color: rgb(149,196,52); }
H1.HeaderClassName
{
color: #95C434;
}
.AnyTagClassName
{
color: #95C434;
}
</style>
background-color css
<style>
a { background-color: #95C434; }
a { background-color: rgb(149,196,52); }
div.DivClassName
{
background-color: #95C434;
}
.BgClassName
{
background-color: #95C434;
}
</style>
border-color css
<style>
span { border-color: #95C434; }
span { border-color: rgb(149,196,52); }
td.TdClassName
{
border-color: #95C434;
}
.TagClassName
{
border-color: #95C434;
}
</style>