Shades of Yellow Green #95C529
Tints of Yellow Green #95C529
RGB
CMYK
RGB Variations
Color information
#95C529 (or 0x95C529) is known color: Yellow Green. HEX triplet: 95, C5 and 29. RGB value is (149,197,41). Sum of RGB (Red+Green+Blue) = 149+197+41=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #95C529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C529 is #6A3AD6. Grayscale: #A5A5A5. Windows color (decimal): -6961879 or 2737557. OLE color: 2737557.
HSL color Cylindrical-coordinate representation of color #95C529: hue angle of 78.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95C529 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 41 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.23 |
| HSL | 78.46º | 0.66% | 0.47% | - |
| HSV(B) | 78.46º | 0.79% | 0.77% | - |
| XYZ | 32.76 | 46.48 | 9.34 | - |
| YUV | 164.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 41 | 0.24 | 0 | 0.79 | 0.23 | 78.46 | 0.66 | 0.47 |
| Hex | 95 | C5 | 29 | 18 | 0 | 4F | 17 | 4E | 42 | 2F |
| Octal | 225 | 305 | 51 | 30 | 0 | 117 | 27 | 116 | 102 | 57 |
| Binary | 10010101 | 11000101 | 101001 | 11000 | 0 | 1001111 | 10111 | 1001110 | 1000010 | 101111 |
Color Harmonies of #95C529
Complementary color
Monochromatic Colors of #95C529
Black with #95C529
Text Example
Text Example
White with #95C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C529; }
p { color: rgb(149,197,41); }
H1.HeaderClassName
{
color: #95C529;
}
.AnyTagClassName
{
color: #95C529;
}
</style>
background-color css
<style>
a { background-color: #95C529; }
a { background-color: rgb(149,197,41); }
div.DivClassName
{
background-color: #95C529;
}
.BgClassName
{
background-color: #95C529;
}
</style>
border-color css
<style>
span { border-color: #95C529; }
span { border-color: rgb(149,197,41); }
td.TdClassName
{
border-color: #95C529;
}
.TagClassName
{
border-color: #95C529;
}
</style>