Shades of Spring Bud #9BF102
Tints of Spring Bud #9BF102
RGB
CMYK
RGB Variations
Color information
#9BF102 (or 0x9BF102) is known color: Spring Bud. HEX triplet: 9B, F1 and 02. RGB value is (155,241,2). Sum of RGB (Red+Green+Blue) = 155+241+2=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF102 is #640EFD. Grayscale: #BCBCBC. Windows color (decimal): -6557438 or 192923. OLE color: 192923.
HSL color Cylindrical-coordinate representation of color #9BF102: hue angle of 81.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BF102 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.05 |
| HSL | 81.59º | 0.98% | 0.48% | - |
| HSV(B) | 81.59º | 0.99% | 0.95% | - |
| XYZ | 44.98 | 69.88 | 11.18 | - |
| YUV | 188.04 | 23.01 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 2 | 0.36 | 0 | 0.99 | 0.05 | 81.59 | 0.98 | 0.48 |
| Hex | 9B | F1 | 2 | 24 | 0 | 63 | 5 | 52 | 62 | 30 |
| Octal | 233 | 361 | 2 | 44 | 0 | 143 | 5 | 122 | 142 | 60 |
| Binary | 10011011 | 11110001 | 10 | 100100 | 0 | 1100011 | 101 | 1010010 | 1100010 | 110000 |
Color Harmonies of #9BF102
Complementary color
Monochromatic Colors of #9BF102
Black with #9BF102
Text Example
Text Example
White with #9BF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF102; }
p { color: rgb(155,241,2); }
H1.HeaderClassName
{
color: #9BF102;
}
.AnyTagClassName
{
color: #9BF102;
}
</style>
background-color css
<style>
a { background-color: #9BF102; }
a { background-color: rgb(155,241,2); }
div.DivClassName
{
background-color: #9BF102;
}
.BgClassName
{
background-color: #9BF102;
}
</style>
border-color css
<style>
span { border-color: #9BF102; }
span { border-color: rgb(155,241,2); }
td.TdClassName
{
border-color: #9BF102;
}
.TagClassName
{
border-color: #9BF102;
}
</style>