Shades of Spring Bud #9BE802
Tints of Spring Bud #9BE802
RGB
CMYK
RGB Variations
Color information
#9BE802 (or 0x9BE802) is known color: Spring Bud. HEX triplet: 9B, E8 and 02. RGB value is (155,232,2). Sum of RGB (Red+Green+Blue) = 155+232+2=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 232 (91.02% from 255 or 59.64% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BE802 is #6417FD. Grayscale: #B7B7B7. Windows color (decimal): -6559742 or 190619. OLE color: 190619.
HSL color Cylindrical-coordinate representation of color #9BE802: hue angle of 80.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BE802 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 232 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.09 |
| HSL | 80.09º | 0.98% | 0.46% | - |
| HSV(B) | 80.09º | 0.99% | 0.91% | - |
| XYZ | 42.39 | 64.69 | 10.31 | - |
| YUV | 182.76 | 25.99 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 232 | 2 | 0.33 | 0 | 0.99 | 0.09 | 80.09 | 0.98 | 0.46 |
| Hex | 9B | E8 | 2 | 21 | 0 | 63 | 9 | 50 | 62 | 2E |
| Octal | 233 | 350 | 2 | 41 | 0 | 143 | 11 | 120 | 142 | 56 |
| Binary | 10011011 | 11101000 | 10 | 100001 | 0 | 1100011 | 1001 | 1010000 | 1100010 | 101110 |
Color Harmonies of #9BE802
Complementary color
Monochromatic Colors of #9BE802
Black with #9BE802
Text Example
Text Example
White with #9BE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE802; }
p { color: rgb(155,232,2); }
H1.HeaderClassName
{
color: #9BE802;
}
.AnyTagClassName
{
color: #9BE802;
}
</style>
background-color css
<style>
a { background-color: #9BE802; }
a { background-color: rgb(155,232,2); }
div.DivClassName
{
background-color: #9BE802;
}
.BgClassName
{
background-color: #9BE802;
}
</style>
border-color css
<style>
span { border-color: #9BE802; }
span { border-color: rgb(155,232,2); }
td.TdClassName
{
border-color: #9BE802;
}
.TagClassName
{
border-color: #9BE802;
}
</style>