Shades of Yellow Green #95C525
Tints of Yellow Green #95C525
RGB
CMYK
RGB Variations
Color information
#95C525 (or 0x95C525) is known color: Yellow Green. HEX triplet: 95, C5 and 25. RGB value is (149,197,37). Sum of RGB (Red+Green+Blue) = 149+197+37=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #95C525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C525 is #6A3ADA. Grayscale: #A4A4A4. Windows color (decimal): -6961883 or 2475413. OLE color: 2475413.
HSL color Cylindrical-coordinate representation of color #95C525: hue angle of 78º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95C525 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 37 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.23 |
| HSL | 78º | 0.68% | 0.46% | - |
| HSV(B) | 78º | 0.81% | 0.77% | - |
| XYZ | 32.69 | 46.46 | 8.99 | - |
| YUV | 164.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 37 | 0.24 | 0 | 0.81 | 0.23 | 78 | 0.68 | 0.46 |
| Hex | 95 | C5 | 25 | 18 | 0 | 51 | 17 | 4E | 44 | 2E |
| Octal | 225 | 305 | 45 | 30 | 0 | 121 | 27 | 116 | 104 | 56 |
| Binary | 10010101 | 11000101 | 100101 | 11000 | 0 | 1010001 | 10111 | 1001110 | 1000100 | 101110 |
Color Harmonies of #95C525
Complementary color
Monochromatic Colors of #95C525
Black with #95C525
Text Example
Text Example
White with #95C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C525; }
p { color: rgb(149,197,37); }
H1.HeaderClassName
{
color: #95C525;
}
.AnyTagClassName
{
color: #95C525;
}
</style>
background-color css
<style>
a { background-color: #95C525; }
a { background-color: rgb(149,197,37); }
div.DivClassName
{
background-color: #95C525;
}
.BgClassName
{
background-color: #95C525;
}
</style>
border-color css
<style>
span { border-color: #95C525; }
span { border-color: rgb(149,197,37); }
td.TdClassName
{
border-color: #95C525;
}
.TagClassName
{
border-color: #95C525;
}
</style>