Shades of Spring Bud #9EEF02
Tints of Spring Bud #9EEF02
RGB
CMYK
RGB Variations
Color information
#9EEF02 (or 0x9EEF02) is known color: Spring Bud. HEX triplet: 9E, EF and 02. RGB value is (158,239,2). Sum of RGB (Red+Green+Blue) = 158+239+2=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF02 is #6110FD. Grayscale: #BCBCBC. Windows color (decimal): -6361342 or 192414. OLE color: 192414.
HSL color Cylindrical-coordinate representation of color #9EEF02: hue angle of 80.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EEF02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.06 |
| HSL | 80.51º | 0.98% | 0.47% | - |
| HSV(B) | 80.51º | 0.99% | 0.94% | - |
| XYZ | 44.98 | 69.01 | 11.01 | - |
| YUV | 187.76 | 23.16 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 2 | 0.34 | 0 | 0.99 | 0.06 | 80.51 | 0.98 | 0.47 |
| Hex | 9E | EF | 2 | 22 | 0 | 63 | 6 | 51 | 62 | 2F |
| Octal | 236 | 357 | 2 | 42 | 0 | 143 | 6 | 121 | 142 | 57 |
| Binary | 10011110 | 11101111 | 10 | 100010 | 0 | 1100011 | 110 | 1010001 | 1100010 | 101111 |
Color Harmonies of #9EEF02
Complementary color
Monochromatic Colors of #9EEF02
Black with #9EEF02
Text Example
Text Example
White with #9EEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEF02; }
p { color: rgb(158,239,2); }
H1.HeaderClassName
{
color: #9EEF02;
}
.AnyTagClassName
{
color: #9EEF02;
}
</style>
background-color css
<style>
a { background-color: #9EEF02; }
a { background-color: rgb(158,239,2); }
div.DivClassName
{
background-color: #9EEF02;
}
.BgClassName
{
background-color: #9EEF02;
}
</style>
border-color css
<style>
span { border-color: #9EEF02; }
span { border-color: rgb(158,239,2); }
td.TdClassName
{
border-color: #9EEF02;
}
.TagClassName
{
border-color: #9EEF02;
}
</style>