Shades of Spring Bud #95FA16
Tints of Spring Bud #95FA16
RGB
CMYK
RGB Variations
Color information
#95FA16 (or 0x95FA16) is known color: Spring Bud. HEX triplet: 95, FA and 16. RGB value is (149,250,22). Sum of RGB (Red+Green+Blue) = 149+250+22=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FA16 is #6A05E9. Grayscale: #C2C2C2. Windows color (decimal): -6948330 or 1505941. OLE color: 1505941.
HSL color Cylindrical-coordinate representation of color #95FA16: hue angle of 86.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95FA16 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 22 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.02 |
| HSL | 86.58º | 0.96% | 0.53% | - |
| HSV(B) | 86.58º | 0.91% | 0.98% | - |
| XYZ | 46.72 | 74.82 | 12.74 | - |
| YUV | 193.81 | 31.04 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 22 | 0.40 | 0 | 0.91 | 0.02 | 86.58 | 0.96 | 0.53 |
| Hex | 95 | FA | 16 | 28 | 0 | 5B | 2 | 57 | 60 | 35 |
| Octal | 225 | 372 | 26 | 50 | 0 | 133 | 2 | 127 | 140 | 65 |
| Binary | 10010101 | 11111010 | 10110 | 101000 | 0 | 1011011 | 10 | 1010111 | 1100000 | 110101 |
Color Harmonies of #95FA16
Complementary color
Monochromatic Colors of #95FA16
Black with #95FA16
Text Example
Text Example
White with #95FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FA16; }
p { color: rgb(149,250,22); }
H1.HeaderClassName
{
color: #95FA16;
}
.AnyTagClassName
{
color: #95FA16;
}
</style>
background-color css
<style>
a { background-color: #95FA16; }
a { background-color: rgb(149,250,22); }
div.DivClassName
{
background-color: #95FA16;
}
.BgClassName
{
background-color: #95FA16;
}
</style>
border-color css
<style>
span { border-color: #95FA16; }
span { border-color: rgb(149,250,22); }
td.TdClassName
{
border-color: #95FA16;
}
.TagClassName
{
border-color: #95FA16;
}
</style>