Shades of Spring Bud #9FFC05
Tints of Spring Bud #9FFC05
RGB
CMYK
RGB Variations
Color information
#9FFC05 (or 0x9FFC05) is known color: Spring Bud. HEX triplet: 9F, FC and 05. RGB value is (159,252,5). Sum of RGB (Red+Green+Blue) = 159+252+5=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC05 is #6003FA. Grayscale: #C4C4C4. Windows color (decimal): -6292475 or 392351. OLE color: 392351.
HSL color Cylindrical-coordinate representation of color #9FFC05: hue angle of 82.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FFC05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.01 |
| HSL | 82.59º | 0.98% | 0.5% | - |
| HSV(B) | 82.59º | 0.98% | 0.99% | - |
| XYZ | 49.14 | 77 | 12.42 | - |
| YUV | 196.04 | 20.19 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 5 | 0.37 | 0 | 0.98 | 0.01 | 82.59 | 0.98 | 0.5 |
| Hex | 9F | FC | 5 | 25 | 0 | 62 | 1 | 53 | 62 | 32 |
| Octal | 237 | 374 | 5 | 45 | 0 | 142 | 1 | 123 | 142 | 62 |
| Binary | 10011111 | 11111100 | 101 | 100101 | 0 | 1100010 | 1 | 1010011 | 1100010 | 110010 |
Color Harmonies of #9FFC05
Complementary color
Monochromatic Colors of #9FFC05
Black with #9FFC05
Text Example
Text Example
White with #9FFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC05; }
p { color: rgb(159,252,5); }
H1.HeaderClassName
{
color: #9FFC05;
}
.AnyTagClassName
{
color: #9FFC05;
}
</style>
background-color css
<style>
a { background-color: #9FFC05; }
a { background-color: rgb(159,252,5); }
div.DivClassName
{
background-color: #9FFC05;
}
.BgClassName
{
background-color: #9FFC05;
}
</style>
border-color css
<style>
span { border-color: #9FFC05; }
span { border-color: rgb(159,252,5); }
td.TdClassName
{
border-color: #9FFC05;
}
.TagClassName
{
border-color: #9FFC05;
}
</style>