Shades of Spring Bud #9FF505
Tints of Spring Bud #9FF505
RGB
CMYK
RGB Variations
Color information
#9FF505 (or 0x9FF505) is known color: Spring Bud. HEX triplet: 9F, F5 and 05. RGB value is (159,245,5). Sum of RGB (Red+Green+Blue) = 159+245+5=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 245 (96.09% from 255 or 59.90% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF505 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF505 is #600AFA. Grayscale: #C0C0C0. Windows color (decimal): -6294267 or 390559. OLE color: 390559.
HSL color Cylindrical-coordinate representation of color #9FF505: hue angle of 81.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FF505 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 245 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.04 |
| HSL | 81.5º | 0.96% | 0.49% | - |
| HSV(B) | 81.5º | 0.98% | 0.96% | - |
| XYZ | 46.98 | 72.69 | 11.7 | - |
| YUV | 191.93 | 22.51 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 245 | 5 | 0.35 | 0 | 0.98 | 0.04 | 81.5 | 0.96 | 0.49 |
| Hex | 9F | F5 | 5 | 23 | 0 | 62 | 4 | 52 | 60 | 31 |
| Octal | 237 | 365 | 5 | 43 | 0 | 142 | 4 | 122 | 140 | 61 |
| Binary | 10011111 | 11110101 | 101 | 100011 | 0 | 1100010 | 100 | 1010010 | 1100000 | 110001 |
Color Harmonies of #9FF505
Complementary color
Monochromatic Colors of #9FF505
Black with #9FF505
Text Example
Text Example
White with #9FF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF505; }
p { color: rgb(159,245,5); }
H1.HeaderClassName
{
color: #9FF505;
}
.AnyTagClassName
{
color: #9FF505;
}
</style>
background-color css
<style>
a { background-color: #9FF505; }
a { background-color: rgb(159,245,5); }
div.DivClassName
{
background-color: #9FF505;
}
.BgClassName
{
background-color: #9FF505;
}
</style>
border-color css
<style>
span { border-color: #9FF505; }
span { border-color: rgb(159,245,5); }
td.TdClassName
{
border-color: #9FF505;
}
.TagClassName
{
border-color: #9FF505;
}
</style>