Shades of Spring Bud #95FA11
Tints of Spring Bud #95FA11
RGB
CMYK
RGB Variations
Color information
#95FA11 (or 0x95FA11) is known color: Spring Bud. HEX triplet: 95, FA and 11. RGB value is (149,250,17). Sum of RGB (Red+Green+Blue) = 149+250+17=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FA11 is #6A05EE. Grayscale: #C2C2C2. Windows color (decimal): -6948335 or 1178261. OLE color: 1178261.
HSL color Cylindrical-coordinate representation of color #95FA11: hue angle of 86.01º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95FA11 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 17 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.02 |
| HSL | 86.01º | 0.96% | 0.52% | - |
| HSV(B) | 86.01º | 0.93% | 0.98% | - |
| XYZ | 46.68 | 74.8 | 12.51 | - |
| YUV | 193.24 | 28.54 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 17 | 0.40 | 0 | 0.93 | 0.02 | 86.01 | 0.96 | 0.52 |
| Hex | 95 | FA | 11 | 28 | 0 | 5D | 2 | 56 | 60 | 34 |
| Octal | 225 | 372 | 21 | 50 | 0 | 135 | 2 | 126 | 140 | 64 |
| Binary | 10010101 | 11111010 | 10001 | 101000 | 0 | 1011101 | 10 | 1010110 | 1100000 | 110100 |
Color Harmonies of #95FA11
Complementary color
Monochromatic Colors of #95FA11
Black with #95FA11
Text Example
Text Example
White with #95FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FA11; }
p { color: rgb(149,250,17); }
H1.HeaderClassName
{
color: #95FA11;
}
.AnyTagClassName
{
color: #95FA11;
}
</style>
background-color css
<style>
a { background-color: #95FA11; }
a { background-color: rgb(149,250,17); }
div.DivClassName
{
background-color: #95FA11;
}
.BgClassName
{
background-color: #95FA11;
}
</style>
border-color css
<style>
span { border-color: #95FA11; }
span { border-color: rgb(149,250,17); }
td.TdClassName
{
border-color: #95FA11;
}
.TagClassName
{
border-color: #95FA11;
}
</style>