Shades of Spring Bud #97FF0C
Tints of Spring Bud #97FF0C
RGB
CMYK
RGB Variations
Color information
#97FF0C (or 0x97FF0C) is known color: Spring Bud. HEX triplet: 97, FF and 0C. RGB value is (151,255,12). Sum of RGB (Red+Green+Blue) = 151+255+12=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #97FF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FF0C is #6800F3. Grayscale: #C5C5C5. Windows color (decimal): -6815988 or 851863. OLE color: 851863.
HSL color Cylindrical-coordinate representation of color #97FF0C: hue angle of 85.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97FF0C is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 12 | - |
| CMYK | 0.41 | 0 | 0.95 | 0 |
| HSL | 85.68º | 1% | 0.52% | - |
| HSV(B) | 85.68º | 0.95% | 1% | - |
| XYZ | 48.59 | 78.13 | 12.87 | - |
| YUV | 196.2 | 24.04 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 12 | 0.41 | 0 | 0.95 | 0 | 85.68 | 1 | 0.52 |
| Hex | 97 | FF | C | 29 | 0 | 5F | 0 | 56 | 64 | 34 |
| Octal | 227 | 377 | 14 | 51 | 0 | 137 | 0 | 126 | 144 | 64 |
| Binary | 10010111 | 11111111 | 1100 | 101001 | 0 | 1011111 | 0 | 1010110 | 1100100 | 110100 |
Color Harmonies of #97FF0C
Complementary color
Monochromatic Colors of #97FF0C
Black with #97FF0C
Text Example
Text Example
White with #97FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FF0C; }
p { color: rgb(151,255,12); }
H1.HeaderClassName
{
color: #97FF0C;
}
.AnyTagClassName
{
color: #97FF0C;
}
</style>
background-color css
<style>
a { background-color: #97FF0C; }
a { background-color: rgb(151,255,12); }
div.DivClassName
{
background-color: #97FF0C;
}
.BgClassName
{
background-color: #97FF0C;
}
</style>
border-color css
<style>
span { border-color: #97FF0C; }
span { border-color: rgb(151,255,12); }
td.TdClassName
{
border-color: #97FF0C;
}
.TagClassName
{
border-color: #97FF0C;
}
</style>