Shades of Yellow Green #95CD32
Tints of Yellow Green #95CD32
RGB
CMYK
RGB Variations
Color information
#95CD32 (or 0x95CD32) is known color: Yellow Green. HEX triplet: 95, CD and 32. RGB value is (149,205,50). Sum of RGB (Red+Green+Blue) = 149+205+50=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CD32 is #6A32CD. Grayscale: #ABABAB. Windows color (decimal): -6959822 or 3329429. OLE color: 3329429.
HSL color Cylindrical-coordinate representation of color #95CD32: hue angle of 81.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95CD32 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 205 | 50 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.20 |
| HSL | 81.68º | 0.61% | 0.5% | - |
| HSV(B) | 81.68º | 0.76% | 0.8% | - |
| XYZ | 34.8 | 50.28 | 10.89 | - |
| YUV | 170.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 50 | 0.27 | 0 | 0.76 | 0.20 | 81.68 | 0.61 | 0.5 |
| Hex | 95 | CD | 32 | 1B | 0 | 4C | 14 | 52 | 3D | 32 |
| Octal | 225 | 315 | 62 | 33 | 0 | 114 | 24 | 122 | 75 | 62 |
| Binary | 10010101 | 11001101 | 110010 | 11011 | 0 | 1001100 | 10100 | 1010010 | 111101 | 110010 |
Color Harmonies of #95CD32
Complementary color
Monochromatic Colors of #95CD32
Black with #95CD32
Text Example
Text Example
White with #95CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CD32; }
p { color: rgb(149,205,50); }
H1.HeaderClassName
{
color: #95CD32;
}
.AnyTagClassName
{
color: #95CD32;
}
</style>
background-color css
<style>
a { background-color: #95CD32; }
a { background-color: rgb(149,205,50); }
div.DivClassName
{
background-color: #95CD32;
}
.BgClassName
{
background-color: #95CD32;
}
</style>
border-color css
<style>
span { border-color: #95CD32; }
span { border-color: rgb(149,205,50); }
td.TdClassName
{
border-color: #95CD32;
}
.TagClassName
{
border-color: #95CD32;
}
</style>