Shades of Spring Bud #9DFB02
Tints of Spring Bud #9DFB02
RGB
CMYK
RGB Variations
Color information
#9DFB02 (or 0x9DFB02) is known color: Spring Bud. HEX triplet: 9D, FB and 02. RGB value is (157,251,2). Sum of RGB (Red+Green+Blue) = 157+251+2=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFB02 is #6204FD. Grayscale: #C3C3C3. Windows color (decimal): -6423806 or 195485. OLE color: 195485.
HSL color Cylindrical-coordinate representation of color #9DFB02: hue angle of 82.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DFB02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.02 |
| HSL | 82.65º | 0.98% | 0.5% | - |
| HSV(B) | 82.65º | 0.99% | 0.98% | - |
| XYZ | 48.41 | 76.17 | 12.21 | - |
| YUV | 194.51 | 19.36 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 2 | 0.37 | 0 | 0.99 | 0.02 | 82.65 | 0.98 | 0.5 |
| Hex | 9D | FB | 2 | 25 | 0 | 63 | 2 | 53 | 62 | 32 |
| Octal | 235 | 373 | 2 | 45 | 0 | 143 | 2 | 123 | 142 | 62 |
| Binary | 10011101 | 11111011 | 10 | 100101 | 0 | 1100011 | 10 | 1010011 | 1100010 | 110010 |
Color Harmonies of #9DFB02
Complementary color
Monochromatic Colors of #9DFB02
Black with #9DFB02
Text Example
Text Example
White with #9DFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB02; }
p { color: rgb(157,251,2); }
H1.HeaderClassName
{
color: #9DFB02;
}
.AnyTagClassName
{
color: #9DFB02;
}
</style>
background-color css
<style>
a { background-color: #9DFB02; }
a { background-color: rgb(157,251,2); }
div.DivClassName
{
background-color: #9DFB02;
}
.BgClassName
{
background-color: #9DFB02;
}
</style>
border-color css
<style>
span { border-color: #9DFB02; }
span { border-color: rgb(157,251,2); }
td.TdClassName
{
border-color: #9DFB02;
}
.TagClassName
{
border-color: #9DFB02;
}
</style>