Shades of Spring Bud #9FE705
Tints of Spring Bud #9FE705
RGB
CMYK
RGB Variations
Color information
#9FE705 (or 0x9FE705) is known color: Spring Bud. HEX triplet: 9F, E7 and 05. RGB value is (159,231,5). Sum of RGB (Red+Green+Blue) = 159+231+5=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FE705 is #6018FA. Grayscale: #B8B8B8. Windows color (decimal): -6297851 or 386975. OLE color: 386975.
HSL color Cylindrical-coordinate representation of color #9FE705: hue angle of 79.12º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FE705 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 5 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.09 |
| HSL | 79.12º | 0.96% | 0.46% | - |
| HSV(B) | 79.12º | 0.98% | 0.91% | - |
| XYZ | 42.9 | 64.53 | 10.34 | - |
| YUV | 183.71 | 27.15 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 5 | 0.31 | 0 | 0.98 | 0.09 | 79.12 | 0.96 | 0.46 |
| Hex | 9F | E7 | 5 | 1F | 0 | 62 | 9 | 4F | 60 | 2E |
| Octal | 237 | 347 | 5 | 37 | 0 | 142 | 11 | 117 | 140 | 56 |
| Binary | 10011111 | 11100111 | 101 | 11111 | 0 | 1100010 | 1001 | 1001111 | 1100000 | 101110 |
Color Harmonies of #9FE705
Complementary color
Monochromatic Colors of #9FE705
Black with #9FE705
Text Example
Text Example
White with #9FE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE705; }
p { color: rgb(159,231,5); }
H1.HeaderClassName
{
color: #9FE705;
}
.AnyTagClassName
{
color: #9FE705;
}
</style>
background-color css
<style>
a { background-color: #9FE705; }
a { background-color: rgb(159,231,5); }
div.DivClassName
{
background-color: #9FE705;
}
.BgClassName
{
background-color: #9FE705;
}
</style>
border-color css
<style>
span { border-color: #9FE705; }
span { border-color: rgb(159,231,5); }
td.TdClassName
{
border-color: #9FE705;
}
.TagClassName
{
border-color: #9FE705;
}
</style>