Shades of Spring Bud #95F211
Tints of Spring Bud #95F211
RGB
CMYK
RGB Variations
Color information
#95F211 (or 0x95F211) is known color: Spring Bud. HEX triplet: 95, F2 and 11. RGB value is (149,242,17). Sum of RGB (Red+Green+Blue) = 149+242+17=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #95F211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F211 is #6A0DEE. Grayscale: #BDBDBD. Windows color (decimal): -6950383 or 1176213. OLE color: 1176213.
HSL color Cylindrical-coordinate representation of color #95F211: hue angle of 84.8º 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 #95F211 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 242 | 17 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.05 |
| HSL | 84.8º | 0.9% | 0.51% | - |
| HSV(B) | 84.8º | 0.93% | 0.95% | - |
| XYZ | 44.25 | 69.93 | 11.7 | - |
| YUV | 188.54 | 31.19 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 242 | 17 | 0.38 | 0 | 0.93 | 0.05 | 84.8 | 0.9 | 0.51 |
| Hex | 95 | F2 | 11 | 26 | 0 | 5D | 5 | 55 | 5A | 33 |
| Octal | 225 | 362 | 21 | 46 | 0 | 135 | 5 | 125 | 132 | 63 |
| Binary | 10010101 | 11110010 | 10001 | 100110 | 0 | 1011101 | 101 | 1010101 | 1011010 | 110011 |
Color Harmonies of #95F211
Complementary color
Monochromatic Colors of #95F211
Black with #95F211
Text Example
Text Example
White with #95F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F211; }
p { color: rgb(149,242,17); }
H1.HeaderClassName
{
color: #95F211;
}
.AnyTagClassName
{
color: #95F211;
}
</style>
background-color css
<style>
a { background-color: #95F211; }
a { background-color: rgb(149,242,17); }
div.DivClassName
{
background-color: #95F211;
}
.BgClassName
{
background-color: #95F211;
}
</style>
border-color css
<style>
span { border-color: #95F211; }
span { border-color: rgb(149,242,17); }
td.TdClassName
{
border-color: #95F211;
}
.TagClassName
{
border-color: #95F211;
}
</style>