Shades of Spring Bud #95F210
Tints of Spring Bud #95F210
RGB
CMYK
RGB Variations
Color information
#95F210 (or 0x95F210) is known color: Spring Bud. HEX triplet: 95, F2 and 10. RGB value is (149,242,16). Sum of RGB (Red+Green+Blue) = 149+242+16=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #95F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F210 is #6A0DEF. Grayscale: #BDBDBD. Windows color (decimal): -6950384 or 1110677. OLE color: 1110677.
HSL color Cylindrical-coordinate representation of color #95F210: hue angle of 84.69º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95F210 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 242 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.05 |
| HSL | 84.69º | 0.9% | 0.51% | - |
| HSV(B) | 84.69º | 0.93% | 0.95% | - |
| XYZ | 44.24 | 69.93 | 11.66 | - |
| YUV | 188.43 | 30.69 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 242 | 16 | 0.38 | 0 | 0.93 | 0.05 | 84.69 | 0.9 | 0.51 |
| Hex | 95 | F2 | 10 | 26 | 0 | 5D | 5 | 55 | 5A | 33 |
| Octal | 225 | 362 | 20 | 46 | 0 | 135 | 5 | 125 | 132 | 63 |
| Binary | 10010101 | 11110010 | 10000 | 100110 | 0 | 1011101 | 101 | 1010101 | 1011010 | 110011 |
Color Harmonies of #95F210
Complementary color
Monochromatic Colors of #95F210
Black with #95F210
Text Example
Text Example
White with #95F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F210; }
p { color: rgb(149,242,16); }
H1.HeaderClassName
{
color: #95F210;
}
.AnyTagClassName
{
color: #95F210;
}
</style>
background-color css
<style>
a { background-color: #95F210; }
a { background-color: rgb(149,242,16); }
div.DivClassName
{
background-color: #95F210;
}
.BgClassName
{
background-color: #95F210;
}
</style>
border-color css
<style>
span { border-color: #95F210; }
span { border-color: rgb(149,242,16); }
td.TdClassName
{
border-color: #95F210;
}
.TagClassName
{
border-color: #95F210;
}
</style>