Shades of Spring Bud #9FF305
Tints of Spring Bud #9FF305
RGB
CMYK
RGB Variations
Color information
#9FF305 (or 0x9FF305) is known color: Spring Bud. HEX triplet: 9F, F3 and 05. RGB value is (159,243,5). Sum of RGB (Red+Green+Blue) = 159+243+5=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF305 is #600CFA. Grayscale: #BFBFBF. Windows color (decimal): -6294779 or 390047. OLE color: 390047.
HSL color Cylindrical-coordinate representation of color #9FF305: hue angle of 81.18º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FF305 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.05 |
| HSL | 81.18º | 0.96% | 0.49% | - |
| HSV(B) | 81.18º | 0.98% | 0.95% | - |
| XYZ | 46.38 | 71.48 | 11.5 | - |
| YUV | 190.75 | 23.17 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 5 | 0.35 | 0 | 0.98 | 0.05 | 81.18 | 0.96 | 0.49 |
| Hex | 9F | F3 | 5 | 23 | 0 | 62 | 5 | 51 | 60 | 31 |
| Octal | 237 | 363 | 5 | 43 | 0 | 142 | 5 | 121 | 140 | 61 |
| Binary | 10011111 | 11110011 | 101 | 100011 | 0 | 1100010 | 101 | 1010001 | 1100000 | 110001 |
Color Harmonies of #9FF305
Complementary color
Monochromatic Colors of #9FF305
Black with #9FF305
Text Example
Text Example
White with #9FF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF305; }
p { color: rgb(159,243,5); }
H1.HeaderClassName
{
color: #9FF305;
}
.AnyTagClassName
{
color: #9FF305;
}
</style>
background-color css
<style>
a { background-color: #9FF305; }
a { background-color: rgb(159,243,5); }
div.DivClassName
{
background-color: #9FF305;
}
.BgClassName
{
background-color: #9FF305;
}
</style>
border-color css
<style>
span { border-color: #9FF305; }
span { border-color: rgb(159,243,5); }
td.TdClassName
{
border-color: #9FF305;
}
.TagClassName
{
border-color: #9FF305;
}
</style>