Shades of Spring Bud #96FE0B
Tints of Spring Bud #96FE0B
RGB
CMYK
RGB Variations
Color information
#96FE0B (or 0x96FE0B) is known color: Spring Bud. HEX triplet: 96, FE and 0B. RGB value is (150,254,11). Sum of RGB (Red+Green+Blue) = 150+254+11=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FE0B is #6901F4. Grayscale: #C4C4C4. Windows color (decimal): -6881781 or 786070. OLE color: 786070.
HSL color Cylindrical-coordinate representation of color #96FE0B: hue angle of 85.68º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96FE0B is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 11 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.00 |
| HSL | 85.68º | 0.99% | 0.52% | - |
| HSV(B) | 85.68º | 0.96% | 1% | - |
| XYZ | 48.08 | 77.39 | 12.72 | - |
| YUV | 195.2 | 24.04 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 11 | 0.41 | 0 | 0.96 | 0.00 | 85.68 | 0.99 | 0.52 |
| Hex | 96 | FE | B | 29 | 0 | 60 | 0 | 56 | 63 | 34 |
| Octal | 226 | 376 | 13 | 51 | 0 | 140 | 0 | 126 | 143 | 64 |
| Binary | 10010110 | 11111110 | 1011 | 101001 | 0 | 1100000 | 0 | 1010110 | 1100011 | 110100 |
Color Harmonies of #96FE0B
Complementary color
Monochromatic Colors of #96FE0B
Black with #96FE0B
Text Example
Text Example
White with #96FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE0B; }
p { color: rgb(150,254,11); }
H1.HeaderClassName
{
color: #96FE0B;
}
.AnyTagClassName
{
color: #96FE0B;
}
</style>
background-color css
<style>
a { background-color: #96FE0B; }
a { background-color: rgb(150,254,11); }
div.DivClassName
{
background-color: #96FE0B;
}
.BgClassName
{
background-color: #96FE0B;
}
</style>
border-color css
<style>
span { border-color: #96FE0B; }
span { border-color: rgb(150,254,11); }
td.TdClassName
{
border-color: #96FE0B;
}
.TagClassName
{
border-color: #96FE0B;
}
</style>