Shades of Spring Bud #9FF005
Tints of Spring Bud #9FF005
RGB
CMYK
RGB Variations
Color information
#9FF005 (or 0x9FF005) is known color: Spring Bud. HEX triplet: 9F, F0 and 05. RGB value is (159,240,5). Sum of RGB (Red+Green+Blue) = 159+240+5=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF005 is #600FFA. Grayscale: #BDBDBD. Windows color (decimal): -6295547 or 389279. OLE color: 389279.
HSL color Cylindrical-coordinate representation of color #9FF005: hue angle of 80.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FF005 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.06 |
| HSL | 80.68º | 0.96% | 0.48% | - |
| HSV(B) | 80.68º | 0.98% | 0.94% | - |
| XYZ | 45.49 | 69.7 | 11.2 | - |
| YUV | 188.99 | 24.16 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 5 | 0.34 | 0 | 0.98 | 0.06 | 80.68 | 0.96 | 0.48 |
| Hex | 9F | F0 | 5 | 22 | 0 | 62 | 6 | 51 | 60 | 30 |
| Octal | 237 | 360 | 5 | 42 | 0 | 142 | 6 | 121 | 140 | 60 |
| Binary | 10011111 | 11110000 | 101 | 100010 | 0 | 1100010 | 110 | 1010001 | 1100000 | 110000 |
Color Harmonies of #9FF005
Complementary color
Monochromatic Colors of #9FF005
Black with #9FF005
Text Example
Text Example
White with #9FF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF005; }
p { color: rgb(159,240,5); }
H1.HeaderClassName
{
color: #9FF005;
}
.AnyTagClassName
{
color: #9FF005;
}
</style>
background-color css
<style>
a { background-color: #9FF005; }
a { background-color: rgb(159,240,5); }
div.DivClassName
{
background-color: #9FF005;
}
.BgClassName
{
background-color: #9FF005;
}
</style>
border-color css
<style>
span { border-color: #9FF005; }
span { border-color: rgb(159,240,5); }
td.TdClassName
{
border-color: #9FF005;
}
.TagClassName
{
border-color: #9FF005;
}
</style>