Shades of Spring Bud #9FF702
Tints of Spring Bud #9FF702
RGB
CMYK
RGB Variations
Color information
#9FF702 (or 0x9FF702) is known color: Spring Bud. HEX triplet: 9F, F7 and 02. RGB value is (159,247,2). Sum of RGB (Red+Green+Blue) = 159+247+2=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 247 (96.88% from 255 or 60.54% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF702 is #6008FD. Grayscale: #C1C1C1. Windows color (decimal): -6293758 or 194463. OLE color: 194463.
HSL color Cylindrical-coordinate representation of color #9FF702: hue angle of 81.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FF702 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.03 |
| HSL | 81.55º | 0.98% | 0.49% | - |
| HSV(B) | 81.55º | 0.99% | 0.97% | - |
| XYZ | 47.57 | 73.9 | 11.81 | - |
| YUV | 192.76 | 20.35 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 2 | 0.36 | 0 | 0.99 | 0.03 | 81.55 | 0.98 | 0.49 |
| Hex | 9F | F7 | 2 | 24 | 0 | 63 | 3 | 52 | 62 | 31 |
| Octal | 237 | 367 | 2 | 44 | 0 | 143 | 3 | 122 | 142 | 61 |
| Binary | 10011111 | 11110111 | 10 | 100100 | 0 | 1100011 | 11 | 1010010 | 1100010 | 110001 |
Color Harmonies of #9FF702
Complementary color
Monochromatic Colors of #9FF702
Black with #9FF702
Text Example
Text Example
White with #9FF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF702; }
p { color: rgb(159,247,2); }
H1.HeaderClassName
{
color: #9FF702;
}
.AnyTagClassName
{
color: #9FF702;
}
</style>
background-color css
<style>
a { background-color: #9FF702; }
a { background-color: rgb(159,247,2); }
div.DivClassName
{
background-color: #9FF702;
}
.BgClassName
{
background-color: #9FF702;
}
</style>
border-color css
<style>
span { border-color: #9FF702; }
span { border-color: rgb(159,247,2); }
td.TdClassName
{
border-color: #9FF702;
}
.TagClassName
{
border-color: #9FF702;
}
</style>