Shades of Yellow Green #95BA30
Tints of Yellow Green #95BA30
RGB
CMYK
RGB Variations
Color information
#95BA30 (or 0x95BA30) is known color: Yellow Green. HEX triplet: 95, BA and 30. RGB value is (149,186,48). Sum of RGB (Red+Green+Blue) = 149+186+48=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA30 is #6A45CF. Grayscale: #9F9F9F. Windows color (decimal): -6964688 or 3193493. OLE color: 3193493.
HSL color Cylindrical-coordinate representation of color #95BA30: hue angle of 76.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95BA30 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 48 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.27 |
| HSL | 76.09º | 0.59% | 0.46% | - |
| HSV(B) | 76.09º | 0.74% | 0.73% | - |
| XYZ | 30.49 | 41.72 | 9.24 | - |
| YUV | 159.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 48 | 0.20 | 0 | 0.74 | 0.27 | 76.09 | 0.59 | 0.46 |
| Hex | 95 | BA | 30 | 14 | 0 | 4A | 1B | 4C | 3B | 2E |
| Octal | 225 | 272 | 60 | 24 | 0 | 112 | 33 | 114 | 73 | 56 |
| Binary | 10010101 | 10111010 | 110000 | 10100 | 0 | 1001010 | 11011 | 1001100 | 111011 | 101110 |
Color Harmonies of #95BA30
Complementary color
Monochromatic Colors of #95BA30
Black with #95BA30
Text Example
Text Example
White with #95BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA30; }
p { color: rgb(149,186,48); }
H1.HeaderClassName
{
color: #95BA30;
}
.AnyTagClassName
{
color: #95BA30;
}
</style>
background-color css
<style>
a { background-color: #95BA30; }
a { background-color: rgb(149,186,48); }
div.DivClassName
{
background-color: #95BA30;
}
.BgClassName
{
background-color: #95BA30;
}
</style>
border-color css
<style>
span { border-color: #95BA30; }
span { border-color: rgb(149,186,48); }
td.TdClassName
{
border-color: #95BA30;
}
.TagClassName
{
border-color: #95BA30;
}
</style>