Shades of Spring Bud #9DEF00
Tints of Spring Bud #9DEF00
RGB
CMYK
RGB Variations
Color information
#9DEF00 (or 0x9DEF00) is known color: Spring Bud. HEX triplet: 9D, EF and 00. RGB value is (157,239,0). Sum of RGB (Red+Green+Blue) = 157+239+0=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 239 (93.75% from 255 or 60.35% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEF00 is #6210FF. Grayscale: #BCBCBC. Windows color (decimal): -6426880 or 61341. OLE color: 61341.
HSL color Cylindrical-coordinate representation of color #9DEF00: hue angle of 80.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DEF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.06 |
| HSL | 80.59º | 1% | 0.47% | - |
| HSV(B) | 80.59º | 1% | 0.94% | - |
| XYZ | 44.77 | 68.9 | 10.94 | - |
| YUV | 187.24 | 22.33 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 0 | 0.34 | 0 | 1 | 0.06 | 80.59 | 1 | 0.47 |
| Hex | 9D | EF | 0 | 22 | 0 | 64 | 6 | 51 | 64 | 2F |
| Octal | 235 | 357 | 0 | 42 | 0 | 144 | 6 | 121 | 144 | 57 |
| Binary | 10011101 | 11101111 | 0 | 100010 | 0 | 1100100 | 110 | 1010001 | 1100100 | 101111 |
Color Harmonies of #9DEF00
Complementary color
Monochromatic Colors of #9DEF00
Black with #9DEF00
Text Example
Text Example
White with #9DEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEF00; }
p { color: rgb(157,239,0); }
H1.HeaderClassName
{
color: #9DEF00;
}
.AnyTagClassName
{
color: #9DEF00;
}
</style>
background-color css
<style>
a { background-color: #9DEF00; }
a { background-color: rgb(157,239,0); }
div.DivClassName
{
background-color: #9DEF00;
}
.BgClassName
{
background-color: #9DEF00;
}
</style>
border-color css
<style>
span { border-color: #9DEF00; }
span { border-color: rgb(157,239,0); }
td.TdClassName
{
border-color: #9DEF00;
}
.TagClassName
{
border-color: #9DEF00;
}
</style>