Shades of Spring Bud #95E301
Tints of Spring Bud #95E301
RGB
CMYK
RGB Variations
Color information
#95E301 (or 0x95E301) is known color: Spring Bud. HEX triplet: 95, E3 and 01. RGB value is (149,227,1). Sum of RGB (Red+Green+Blue) = 149+227+1=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #95E301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E301 is #6A1CFE. Grayscale: #B2B2B2. Windows color (decimal): -6954239 or 123797. OLE color: 123797.
HSL color Cylindrical-coordinate representation of color #95E301: hue angle of 80.71º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95E301 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 227 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.11 |
| HSL | 80.71º | 0.99% | 0.45% | - |
| HSV(B) | 80.71º | 1% | 0.89% | - |
| XYZ | 39.87 | 61.33 | 9.77 | - |
| YUV | 177.91 | 28.16 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 1 | 0.34 | 0 | 1.00 | 0.11 | 80.71 | 0.99 | 0.45 |
| Hex | 95 | E3 | 1 | 22 | 0 | 64 | B | 51 | 63 | 2D |
| Octal | 225 | 343 | 1 | 42 | 0 | 144 | 13 | 121 | 143 | 55 |
| Binary | 10010101 | 11100011 | 1 | 100010 | 0 | 1100100 | 1011 | 1010001 | 1100011 | 101101 |
Color Harmonies of #95E301
Complementary color
Monochromatic Colors of #95E301
Black with #95E301
Text Example
Text Example
White with #95E301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E301; }
p { color: rgb(149,227,1); }
H1.HeaderClassName
{
color: #95E301;
}
.AnyTagClassName
{
color: #95E301;
}
</style>
background-color css
<style>
a { background-color: #95E301; }
a { background-color: rgb(149,227,1); }
div.DivClassName
{
background-color: #95E301;
}
.BgClassName
{
background-color: #95E301;
}
</style>
border-color css
<style>
span { border-color: #95E301; }
span { border-color: rgb(149,227,1); }
td.TdClassName
{
border-color: #95E301;
}
.TagClassName
{
border-color: #95E301;
}
</style>