Shades of Spring Bud #9DEE08
Tints of Spring Bud #9DEE08
RGB
CMYK
RGB Variations
Color information
#9DEE08 (or 0x9DEE08) is known color: Spring Bud. HEX triplet: 9D, EE and 08. RGB value is (157,238,8). Sum of RGB (Red+Green+Blue) = 157+238+8=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 238 (93.36% from 255 or 59.06% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEE08 is #6211F7. Grayscale: #BCBCBC. Windows color (decimal): -6427128 or 585373. OLE color: 585373.
HSL color Cylindrical-coordinate representation of color #9DEE08: hue angle of 81.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DEE08 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 8 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.07 |
| HSL | 81.13º | 0.93% | 0.48% | - |
| HSV(B) | 81.13º | 0.97% | 0.93% | - |
| XYZ | 44.52 | 68.33 | 11.07 | - |
| YUV | 187.56 | 26.66 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 8 | 0.34 | 0 | 0.97 | 0.07 | 81.13 | 0.93 | 0.48 |
| Hex | 9D | EE | 8 | 22 | 0 | 61 | 7 | 51 | 5D | 30 |
| Octal | 235 | 356 | 10 | 42 | 0 | 141 | 7 | 121 | 135 | 60 |
| Binary | 10011101 | 11101110 | 1000 | 100010 | 0 | 1100001 | 111 | 1010001 | 1011101 | 110000 |
Color Harmonies of #9DEE08
Complementary color
Monochromatic Colors of #9DEE08
Black with #9DEE08
Text Example
Text Example
White with #9DEE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEE08; }
p { color: rgb(157,238,8); }
H1.HeaderClassName
{
color: #9DEE08;
}
.AnyTagClassName
{
color: #9DEE08;
}
</style>
background-color css
<style>
a { background-color: #9DEE08; }
a { background-color: rgb(157,238,8); }
div.DivClassName
{
background-color: #9DEE08;
}
.BgClassName
{
background-color: #9DEE08;
}
</style>
border-color css
<style>
span { border-color: #9DEE08; }
span { border-color: rgb(157,238,8); }
td.TdClassName
{
border-color: #9DEE08;
}
.TagClassName
{
border-color: #9DEE08;
}
</style>