Shades of Yellow Green #95C130
Tints of Yellow Green #95C130
RGB
CMYK
RGB Variations
Color information
#95C130 (or 0x95C130) is known color: Yellow Green. HEX triplet: 95, C1 and 30. RGB value is (149,193,48). Sum of RGB (Red+Green+Blue) = 149+193+48=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #95C130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C130 is #6A3ECF. Grayscale: #A3A3A3. Windows color (decimal): -6962896 or 3195285. OLE color: 3195285.
HSL color Cylindrical-coordinate representation of color #95C130: hue angle of 78.21º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95C130 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 48 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.24 |
| HSL | 78.21º | 0.6% | 0.47% | - |
| HSV(B) | 78.21º | 0.75% | 0.76% | - |
| XYZ | 32 | 44.74 | 9.75 | - |
| YUV | 163.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 48 | 0.23 | 0 | 0.75 | 0.24 | 78.21 | 0.6 | 0.47 |
| Hex | 95 | C1 | 30 | 17 | 0 | 4B | 18 | 4E | 3C | 2F |
| Octal | 225 | 301 | 60 | 27 | 0 | 113 | 30 | 116 | 74 | 57 |
| Binary | 10010101 | 11000001 | 110000 | 10111 | 0 | 1001011 | 11000 | 1001110 | 111100 | 101111 |
Color Harmonies of #95C130
Complementary color
Monochromatic Colors of #95C130
Black with #95C130
Text Example
Text Example
White with #95C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C130; }
p { color: rgb(149,193,48); }
H1.HeaderClassName
{
color: #95C130;
}
.AnyTagClassName
{
color: #95C130;
}
</style>
background-color css
<style>
a { background-color: #95C130; }
a { background-color: rgb(149,193,48); }
div.DivClassName
{
background-color: #95C130;
}
.BgClassName
{
background-color: #95C130;
}
</style>
border-color css
<style>
span { border-color: #95C130; }
span { border-color: rgb(149,193,48); }
td.TdClassName
{
border-color: #95C130;
}
.TagClassName
{
border-color: #95C130;
}
</style>