Shades of Spring Bud #97FE00
Tints of Spring Bud #97FE00
RGB
CMYK
RGB Variations
Color information
#97FE00 (or 0x97FE00) is known color: Spring Bud. HEX triplet: 97, FE and 00. RGB value is (151,254,0). Sum of RGB (Red+Green+Blue) = 151+254+0=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #97FE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FE00 is #6801FF. Grayscale: #C3C3C3. Windows color (decimal): -6816256 or 65175. OLE color: 65175.
HSL color Cylindrical-coordinate representation of color #97FE00: hue angle of 84.33º 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 #97FE00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 254 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.00 |
| HSL | 84.33º | 1% | 0.5% | - |
| HSV(B) | 84.33º | 1% | 1% | - |
| XYZ | 48.2 | 77.46 | 12.41 | - |
| YUV | 194.25 | 18.38 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 254 | 0 | 0.41 | 0 | 1 | 0.00 | 84.33 | 1 | 0.5 |
| Hex | 97 | FE | 0 | 29 | 0 | 64 | 0 | 54 | 64 | 32 |
| Octal | 227 | 376 | 0 | 51 | 0 | 144 | 0 | 124 | 144 | 62 |
| Binary | 10010111 | 11111110 | 0 | 101001 | 0 | 1100100 | 0 | 1010100 | 1100100 | 110010 |
Color Harmonies of #97FE00
Complementary color
Monochromatic Colors of #97FE00
Black with #97FE00
Text Example
Text Example
White with #97FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FE00; }
p { color: rgb(151,254,0); }
H1.HeaderClassName
{
color: #97FE00;
}
.AnyTagClassName
{
color: #97FE00;
}
</style>
background-color css
<style>
a { background-color: #97FE00; }
a { background-color: rgb(151,254,0); }
div.DivClassName
{
background-color: #97FE00;
}
.BgClassName
{
background-color: #97FE00;
}
</style>
border-color css
<style>
span { border-color: #97FE00; }
span { border-color: rgb(151,254,0); }
td.TdClassName
{
border-color: #97FE00;
}
.TagClassName
{
border-color: #97FE00;
}
</style>