Shades of Spring Bud #97F900
Tints of Spring Bud #97F900
RGB
CMYK
RGB Variations
Color information
#97F900 (or 0x97F900) is known color: Spring Bud. HEX triplet: 97, F9 and 00. RGB value is (151,249,0). Sum of RGB (Red+Green+Blue) = 151+249+0=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #97F900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F900 is #6806FF. Grayscale: #C0C0C0. Windows color (decimal): -6817536 or 63895. OLE color: 63895.
HSL color Cylindrical-coordinate representation of color #97F900: hue angle of 83.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97F900 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 249 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.02 |
| HSL | 83.61º | 1% | 0.49% | - |
| HSV(B) | 83.61º | 1% | 0.98% | - |
| XYZ | 46.64 | 74.33 | 11.89 | - |
| YUV | 191.31 | 20.03 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 249 | 0 | 0.39 | 0 | 1 | 0.02 | 83.61 | 1 | 0.49 |
| Hex | 97 | F9 | 0 | 27 | 0 | 64 | 2 | 54 | 64 | 31 |
| Octal | 227 | 371 | 0 | 47 | 0 | 144 | 2 | 124 | 144 | 61 |
| Binary | 10010111 | 11111001 | 0 | 100111 | 0 | 1100100 | 10 | 1010100 | 1100100 | 110001 |
Color Harmonies of #97F900
Complementary color
Monochromatic Colors of #97F900
Black with #97F900
Text Example
Text Example
White with #97F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F900; }
p { color: rgb(151,249,0); }
H1.HeaderClassName
{
color: #97F900;
}
.AnyTagClassName
{
color: #97F900;
}
</style>
background-color css
<style>
a { background-color: #97F900; }
a { background-color: rgb(151,249,0); }
div.DivClassName
{
background-color: #97F900;
}
.BgClassName
{
background-color: #97F900;
}
</style>
border-color css
<style>
span { border-color: #97F900; }
span { border-color: rgb(151,249,0); }
td.TdClassName
{
border-color: #97F900;
}
.TagClassName
{
border-color: #97F900;
}
</style>