Shades of Spring Bud #97E505
Tints of Spring Bud #97E505
RGB
CMYK
RGB Variations
Color information
#97E505 (or 0x97E505) is known color: Spring Bud. HEX triplet: 97, E5 and 05. RGB value is (151,229,5). Sum of RGB (Red+Green+Blue) = 151+229+5=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #97E505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E505 is #681AFA. Grayscale: #B4B4B4. Windows color (decimal): -6822651 or 386455. OLE color: 386455.
HSL color Cylindrical-coordinate representation of color #97E505: hue angle of 80.89º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97E505 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.10 |
| HSL | 80.89º | 0.96% | 0.46% | - |
| HSV(B) | 80.89º | 0.98% | 0.9% | - |
| XYZ | 40.81 | 62.63 | 10.08 | - |
| YUV | 180.14 | 29.16 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 5 | 0.34 | 0 | 0.98 | 0.10 | 80.89 | 0.96 | 0.46 |
| Hex | 97 | E5 | 5 | 22 | 0 | 62 | A | 51 | 60 | 2E |
| Octal | 227 | 345 | 5 | 42 | 0 | 142 | 12 | 121 | 140 | 56 |
| Binary | 10010111 | 11100101 | 101 | 100010 | 0 | 1100010 | 1010 | 1010001 | 1100000 | 101110 |
Color Harmonies of #97E505
Complementary color
Monochromatic Colors of #97E505
Black with #97E505
Text Example
Text Example
White with #97E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E505; }
p { color: rgb(151,229,5); }
H1.HeaderClassName
{
color: #97E505;
}
.AnyTagClassName
{
color: #97E505;
}
</style>
background-color css
<style>
a { background-color: #97E505; }
a { background-color: rgb(151,229,5); }
div.DivClassName
{
background-color: #97E505;
}
.BgClassName
{
background-color: #97E505;
}
</style>
border-color css
<style>
span { border-color: #97E505; }
span { border-color: rgb(151,229,5); }
td.TdClassName
{
border-color: #97E505;
}
.TagClassName
{
border-color: #97E505;
}
</style>