Shades of Spring Bud #9FF205
Tints of Spring Bud #9FF205
RGB
CMYK
RGB Variations
Color information
#9FF205 (or 0x9FF205) is known color: Spring Bud. HEX triplet: 9F, F2 and 05. RGB value is (159,242,5). Sum of RGB (Red+Green+Blue) = 159+242+5=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF205 is #600DFA. Grayscale: #BFBFBF. Windows color (decimal): -6295035 or 389791. OLE color: 389791.
HSL color Cylindrical-coordinate representation of color #9FF205: hue angle of 81.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FF205 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.05 |
| HSL | 81.01º | 0.96% | 0.48% | - |
| HSV(B) | 81.01º | 0.98% | 0.95% | - |
| XYZ | 46.08 | 70.89 | 11.4 | - |
| YUV | 190.17 | 23.5 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 5 | 0.34 | 0 | 0.98 | 0.05 | 81.01 | 0.96 | 0.48 |
| Hex | 9F | F2 | 5 | 22 | 0 | 62 | 5 | 51 | 60 | 30 |
| Octal | 237 | 362 | 5 | 42 | 0 | 142 | 5 | 121 | 140 | 60 |
| Binary | 10011111 | 11110010 | 101 | 100010 | 0 | 1100010 | 101 | 1010001 | 1100000 | 110000 |
Color Harmonies of #9FF205
Complementary color
Monochromatic Colors of #9FF205
Black with #9FF205
Text Example
Text Example
White with #9FF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF205; }
p { color: rgb(159,242,5); }
H1.HeaderClassName
{
color: #9FF205;
}
.AnyTagClassName
{
color: #9FF205;
}
</style>
background-color css
<style>
a { background-color: #9FF205; }
a { background-color: rgb(159,242,5); }
div.DivClassName
{
background-color: #9FF205;
}
.BgClassName
{
background-color: #9FF205;
}
</style>
border-color css
<style>
span { border-color: #9FF205; }
span { border-color: rgb(159,242,5); }
td.TdClassName
{
border-color: #9FF205;
}
.TagClassName
{
border-color: #9FF205;
}
</style>