Shades of Yellow Green #95BD2A
Tints of Yellow Green #95BD2A
RGB
CMYK
RGB Variations
Color information
#95BD2A (or 0x95BD2A) is known color: Yellow Green. HEX triplet: 95, BD and 2A. RGB value is (149,189,42). Sum of RGB (Red+Green+Blue) = 149+189+42=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD2A is #6A42D5. Grayscale: #A0A0A0. Windows color (decimal): -6963926 or 2801045. OLE color: 2801045.
HSL color Cylindrical-coordinate representation of color #95BD2A: hue angle of 76.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95BD2A is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 42 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.26 |
| HSL | 76.33º | 0.64% | 0.45% | - |
| HSV(B) | 76.33º | 0.78% | 0.74% | - |
| XYZ | 31.01 | 42.95 | 8.85 | - |
| YUV | 160.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 42 | 0.21 | 0 | 0.78 | 0.26 | 76.33 | 0.64 | 0.45 |
| Hex | 95 | BD | 2A | 15 | 0 | 4E | 1A | 4C | 40 | 2D |
| Octal | 225 | 275 | 52 | 25 | 0 | 116 | 32 | 114 | 100 | 55 |
| Binary | 10010101 | 10111101 | 101010 | 10101 | 0 | 1001110 | 11010 | 1001100 | 1000000 | 101101 |
Color Harmonies of #95BD2A
Complementary color
Monochromatic Colors of #95BD2A
Black with #95BD2A
Text Example
Text Example
White with #95BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD2A; }
p { color: rgb(149,189,42); }
H1.HeaderClassName
{
color: #95BD2A;
}
.AnyTagClassName
{
color: #95BD2A;
}
</style>
background-color css
<style>
a { background-color: #95BD2A; }
a { background-color: rgb(149,189,42); }
div.DivClassName
{
background-color: #95BD2A;
}
.BgClassName
{
background-color: #95BD2A;
}
</style>
border-color css
<style>
span { border-color: #95BD2A; }
span { border-color: rgb(149,189,42); }
td.TdClassName
{
border-color: #95BD2A;
}
.TagClassName
{
border-color: #95BD2A;
}
</style>