Shades of Spring Bud #95FF00
Tints of Spring Bud #95FF00
RGB
CMYK
RGB Variations
Color information
#95FF00 (or 0x95FF00) is known color: Spring Bud. HEX triplet: 95, FF and 00. RGB value is (149,255,0). Sum of RGB (Red+Green+Blue) = 149+255+0=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FF00 is #6A00FF. Grayscale: #C3C3C3. Windows color (decimal): -6947072 or 65429. OLE color: 65429.
HSL color Cylindrical-coordinate representation of color #95FF00: hue angle of 84.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95FF00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0 |
| HSL | 84.94º | 1% | 0.5% | - |
| HSV(B) | 84.94º | 1% | 1% | - |
| XYZ | 48.15 | 77.91 | 12.5 | - |
| YUV | 194.24 | 18.38 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 0 | 0.42 | 0 | 1 | 0 | 84.94 | 1 | 0.5 |
| Hex | 95 | FF | 0 | 2A | 0 | 64 | 0 | 55 | 64 | 32 |
| Octal | 225 | 377 | 0 | 52 | 0 | 144 | 0 | 125 | 144 | 62 |
| Binary | 10010101 | 11111111 | 0 | 101010 | 0 | 1100100 | 0 | 1010101 | 1100100 | 110010 |
Color Harmonies of #95FF00
Complementary color
Monochromatic Colors of #95FF00
Black with #95FF00
Text Example
Text Example
White with #95FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF00; }
p { color: rgb(149,255,0); }
H1.HeaderClassName
{
color: #95FF00;
}
.AnyTagClassName
{
color: #95FF00;
}
</style>
background-color css
<style>
a { background-color: #95FF00; }
a { background-color: rgb(149,255,0); }
div.DivClassName
{
background-color: #95FF00;
}
.BgClassName
{
background-color: #95FF00;
}
</style>
border-color css
<style>
span { border-color: #95FF00; }
span { border-color: rgb(149,255,0); }
td.TdClassName
{
border-color: #95FF00;
}
.TagClassName
{
border-color: #95FF00;
}
</style>