Shades of Yellow Green #95C736
Tints of Yellow Green #95C736
RGB
CMYK
RGB Variations
Color information
#95C736 (or 0x95C736) is known color: Yellow Green. HEX triplet: 95, C7 and 36. RGB value is (149,199,54). Sum of RGB (Red+Green+Blue) = 149+199+54=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #95C736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C736 is #6A38C9. Grayscale: #A8A8A8. Windows color (decimal): -6961354 or 3590037. OLE color: 3590037.
HSL color Cylindrical-coordinate representation of color #95C736: hue angle of 80.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95C736 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 54 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.22 |
| HSL | 80.69º | 0.57% | 0.5% | - |
| HSV(B) | 80.69º | 0.73% | 0.78% | - |
| XYZ | 33.48 | 47.5 | 10.89 | - |
| YUV | 167.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 54 | 0.25 | 0 | 0.73 | 0.22 | 80.69 | 0.57 | 0.5 |
| Hex | 95 | C7 | 36 | 19 | 0 | 49 | 16 | 51 | 39 | 32 |
| Octal | 225 | 307 | 66 | 31 | 0 | 111 | 26 | 121 | 71 | 62 |
| Binary | 10010101 | 11000111 | 110110 | 11001 | 0 | 1001001 | 10110 | 1010001 | 111001 | 110010 |
Color Harmonies of #95C736
Complementary color
Monochromatic Colors of #95C736
Black with #95C736
Text Example
Text Example
White with #95C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C736; }
p { color: rgb(149,199,54); }
H1.HeaderClassName
{
color: #95C736;
}
.AnyTagClassName
{
color: #95C736;
}
</style>
background-color css
<style>
a { background-color: #95C736; }
a { background-color: rgb(149,199,54); }
div.DivClassName
{
background-color: #95C736;
}
.BgClassName
{
background-color: #95C736;
}
</style>
border-color css
<style>
span { border-color: #95C736; }
span { border-color: rgb(149,199,54); }
td.TdClassName
{
border-color: #95C736;
}
.TagClassName
{
border-color: #95C736;
}
</style>