Shades of Spring Bud #97FA0F
Tints of Spring Bud #97FA0F
RGB
CMYK
RGB Variations
Color information
#97FA0F (or 0x97FA0F) is known color: Spring Bud. HEX triplet: 97, FA and 0F. RGB value is (151,250,15). Sum of RGB (Red+Green+Blue) = 151+250+15=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FA0F is #6805F0. Grayscale: #C2C2C2. Windows color (decimal): -6817265 or 1047191. OLE color: 1047191.
HSL color Cylindrical-coordinate representation of color #97FA0F: hue angle of 85.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97FA0F is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 250 | 15 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.02 |
| HSL | 85.28º | 0.96% | 0.52% | - |
| HSV(B) | 85.28º | 0.94% | 0.98% | - |
| XYZ | 47.03 | 74.99 | 12.45 | - |
| YUV | 193.61 | 27.2 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 250 | 15 | 0.40 | 0 | 0.94 | 0.02 | 85.28 | 0.96 | 0.52 |
| Hex | 97 | FA | F | 28 | 0 | 5E | 2 | 55 | 60 | 34 |
| Octal | 227 | 372 | 17 | 50 | 0 | 136 | 2 | 125 | 140 | 64 |
| Binary | 10010111 | 11111010 | 1111 | 101000 | 0 | 1011110 | 10 | 1010101 | 1100000 | 110100 |
Color Harmonies of #97FA0F
Complementary color
Monochromatic Colors of #97FA0F
Black with #97FA0F
Text Example
Text Example
White with #97FA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FA0F; }
p { color: rgb(151,250,15); }
H1.HeaderClassName
{
color: #97FA0F;
}
.AnyTagClassName
{
color: #97FA0F;
}
</style>
background-color css
<style>
a { background-color: #97FA0F; }
a { background-color: rgb(151,250,15); }
div.DivClassName
{
background-color: #97FA0F;
}
.BgClassName
{
background-color: #97FA0F;
}
</style>
border-color css
<style>
span { border-color: #97FA0F; }
span { border-color: rgb(151,250,15); }
td.TdClassName
{
border-color: #97FA0F;
}
.TagClassName
{
border-color: #97FA0F;
}
</style>