Shades of Spring Bud #97F30C
Tints of Spring Bud #97F30C
RGB
CMYK
RGB Variations
Color information
#97F30C (or 0x97F30C) is known color: Spring Bud. HEX triplet: 97, F3 and 0C. RGB value is (151,243,12). Sum of RGB (Red+Green+Blue) = 151+243+12=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #97F30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F30C is #680CF3. Grayscale: #BDBDBD. Windows color (decimal): -6819060 or 848791. OLE color: 848791.
HSL color Cylindrical-coordinate representation of color #97F30C: hue angle of 83.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97F30C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 243 | 12 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.05 |
| HSL | 83.9º | 0.91% | 0.5% | - |
| HSV(B) | 83.9º | 0.95% | 0.95% | - |
| XYZ | 44.88 | 70.71 | 11.63 | - |
| YUV | 189.16 | 28.02 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 243 | 12 | 0.38 | 0 | 0.95 | 0.05 | 83.9 | 0.91 | 0.5 |
| Hex | 97 | F3 | C | 26 | 0 | 5F | 5 | 54 | 5B | 32 |
| Octal | 227 | 363 | 14 | 46 | 0 | 137 | 5 | 124 | 133 | 62 |
| Binary | 10010111 | 11110011 | 1100 | 100110 | 0 | 1011111 | 101 | 1010100 | 1011011 | 110010 |
Color Harmonies of #97F30C
Complementary color
Monochromatic Colors of #97F30C
Black with #97F30C
Text Example
Text Example
White with #97F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F30C; }
p { color: rgb(151,243,12); }
H1.HeaderClassName
{
color: #97F30C;
}
.AnyTagClassName
{
color: #97F30C;
}
</style>
background-color css
<style>
a { background-color: #97F30C; }
a { background-color: rgb(151,243,12); }
div.DivClassName
{
background-color: #97F30C;
}
.BgClassName
{
background-color: #97F30C;
}
</style>
border-color css
<style>
span { border-color: #97F30C; }
span { border-color: rgb(151,243,12); }
td.TdClassName
{
border-color: #97F30C;
}
.TagClassName
{
border-color: #97F30C;
}
</style>