Shades of Yellow Green #95D234
Tints of Yellow Green #95D234
RGB
CMYK
RGB Variations
Color information
#95D234 (or 0x95D234) is known color: Yellow Green. HEX triplet: 95, D2 and 34. RGB value is (149,210,52). Sum of RGB (Red+Green+Blue) = 149+210+52=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #95D234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D234 is #6A2DCB. Grayscale: #AEAEAE. Windows color (decimal): -6958540 or 3461781. OLE color: 3461781.
HSL color Cylindrical-coordinate representation of color #95D234: hue angle of 83.16º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95D234 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 52 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.18 |
| HSL | 83.16º | 0.64% | 0.51% | - |
| HSV(B) | 83.16º | 0.75% | 0.82% | - |
| XYZ | 36.06 | 52.73 | 11.53 | - |
| YUV | 173.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 52 | 0.29 | 0 | 0.75 | 0.18 | 83.16 | 0.64 | 0.51 |
| Hex | 95 | D2 | 34 | 1D | 0 | 4B | 12 | 53 | 40 | 33 |
| Octal | 225 | 322 | 64 | 35 | 0 | 113 | 22 | 123 | 100 | 63 |
| Binary | 10010101 | 11010010 | 110100 | 11101 | 0 | 1001011 | 10010 | 1010011 | 1000000 | 110011 |
Color Harmonies of #95D234
Complementary color
Monochromatic Colors of #95D234
Black with #95D234
Text Example
Text Example
White with #95D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D234; }
p { color: rgb(149,210,52); }
H1.HeaderClassName
{
color: #95D234;
}
.AnyTagClassName
{
color: #95D234;
}
</style>
background-color css
<style>
a { background-color: #95D234; }
a { background-color: rgb(149,210,52); }
div.DivClassName
{
background-color: #95D234;
}
.BgClassName
{
background-color: #95D234;
}
</style>
border-color css
<style>
span { border-color: #95D234; }
span { border-color: rgb(149,210,52); }
td.TdClassName
{
border-color: #95D234;
}
.TagClassName
{
border-color: #95D234;
}
</style>