Shades of Spring Bud #9FEF00
Tints of Spring Bud #9FEF00
RGB
CMYK
RGB Variations
Color information
#9FEF00 (or 0x9FEF00) is known color: Spring Bud. HEX triplet: 9F, EF and 00. RGB value is (159,239,0). Sum of RGB (Red+Green+Blue) = 159+239+0=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 239 (93.75% from 255 or 60.05% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEF00 is #6010FF. Grayscale: #BCBCBC. Windows color (decimal): -6295808 or 61343. OLE color: 61343.
HSL color Cylindrical-coordinate representation of color #9FEF00: hue angle of 80.08º 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 #9FEF00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.06 |
| HSL | 80.08º | 1% | 0.47% | - |
| HSV(B) | 80.08º | 1% | 0.94% | - |
| XYZ | 45.16 | 69.1 | 10.96 | - |
| YUV | 187.83 | 22 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 0 | 0.33 | 0 | 1 | 0.06 | 80.08 | 1 | 0.47 |
| Hex | 9F | EF | 0 | 21 | 0 | 64 | 6 | 50 | 64 | 2F |
| Octal | 237 | 357 | 0 | 41 | 0 | 144 | 6 | 120 | 144 | 57 |
| Binary | 10011111 | 11101111 | 0 | 100001 | 0 | 1100100 | 110 | 1010000 | 1100100 | 101111 |
Color Harmonies of #9FEF00
Complementary color
Monochromatic Colors of #9FEF00
Black with #9FEF00
Text Example
Text Example
White with #9FEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF00; }
p { color: rgb(159,239,0); }
H1.HeaderClassName
{
color: #9FEF00;
}
.AnyTagClassName
{
color: #9FEF00;
}
</style>
background-color css
<style>
a { background-color: #9FEF00; }
a { background-color: rgb(159,239,0); }
div.DivClassName
{
background-color: #9FEF00;
}
.BgClassName
{
background-color: #9FEF00;
}
</style>
border-color css
<style>
span { border-color: #9FEF00; }
span { border-color: rgb(159,239,0); }
td.TdClassName
{
border-color: #9FEF00;
}
.TagClassName
{
border-color: #9FEF00;
}
</style>