Shades of Spring Bud #96F206
Tints of Spring Bud #96F206
RGB
CMYK
RGB Variations
Color information
#96F206 (or 0x96F206) is known color: Spring Bud. HEX triplet: 96, F2 and 06. RGB value is (150,242,6). Sum of RGB (Red+Green+Blue) = 150+242+6=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #96F206 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F206 is #690DF9. Grayscale: #BCBCBC. Windows color (decimal): -6884858 or 455318. OLE color: 455318.
HSL color Cylindrical-coordinate representation of color #96F206: hue angle of 83.39º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96F206 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 6 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.05 |
| HSL | 83.39º | 0.95% | 0.49% | - |
| HSV(B) | 83.39º | 0.98% | 0.95% | - |
| XYZ | 44.36 | 70 | 11.35 | - |
| YUV | 187.59 | 25.52 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 6 | 0.38 | 0 | 0.98 | 0.05 | 83.39 | 0.95 | 0.49 |
| Hex | 96 | F2 | 6 | 26 | 0 | 62 | 5 | 53 | 5F | 31 |
| Octal | 226 | 362 | 6 | 46 | 0 | 142 | 5 | 123 | 137 | 61 |
| Binary | 10010110 | 11110010 | 110 | 100110 | 0 | 1100010 | 101 | 1010011 | 1011111 | 110001 |
Color Harmonies of #96F206
Complementary color
Monochromatic Colors of #96F206
Black with #96F206
Text Example
Text Example
White with #96F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F206; }
p { color: rgb(150,242,6); }
H1.HeaderClassName
{
color: #96F206;
}
.AnyTagClassName
{
color: #96F206;
}
</style>
background-color css
<style>
a { background-color: #96F206; }
a { background-color: rgb(150,242,6); }
div.DivClassName
{
background-color: #96F206;
}
.BgClassName
{
background-color: #96F206;
}
</style>
border-color css
<style>
span { border-color: #96F206; }
span { border-color: rgb(150,242,6); }
td.TdClassName
{
border-color: #96F206;
}
.TagClassName
{
border-color: #96F206;
}
</style>