Shades of Spring Bud #9CFB11
Tints of Spring Bud #9CFB11
RGB
CMYK
RGB Variations
Color information
#9CFB11 (or 0x9CFB11) is known color: Spring Bud. HEX triplet: 9C, FB and 11. RGB value is (156,251,17). Sum of RGB (Red+Green+Blue) = 156+251+17=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFB11 is #6304EE. Grayscale: #C4C4C4. Windows color (decimal): -6489327 or 1178524. OLE color: 1178524.
HSL color Cylindrical-coordinate representation of color #9CFB11: hue angle of 84.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CFB11 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 17 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.02 |
| HSL | 84.36º | 0.97% | 0.53% | - |
| HSV(B) | 84.36º | 0.93% | 0.98% | - |
| XYZ | 48.31 | 76.1 | 12.67 | - |
| YUV | 195.92 | 27.03 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 17 | 0.38 | 0 | 0.93 | 0.02 | 84.36 | 0.97 | 0.53 |
| Hex | 9C | FB | 11 | 26 | 0 | 5D | 2 | 54 | 61 | 35 |
| Octal | 234 | 373 | 21 | 46 | 0 | 135 | 2 | 124 | 141 | 65 |
| Binary | 10011100 | 11111011 | 10001 | 100110 | 0 | 1011101 | 10 | 1010100 | 1100001 | 110101 |
Color Harmonies of #9CFB11
Complementary color
Monochromatic Colors of #9CFB11
Black with #9CFB11
Text Example
Text Example
White with #9CFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB11; }
p { color: rgb(156,251,17); }
H1.HeaderClassName
{
color: #9CFB11;
}
.AnyTagClassName
{
color: #9CFB11;
}
</style>
background-color css
<style>
a { background-color: #9CFB11; }
a { background-color: rgb(156,251,17); }
div.DivClassName
{
background-color: #9CFB11;
}
.BgClassName
{
background-color: #9CFB11;
}
</style>
border-color css
<style>
span { border-color: #9CFB11; }
span { border-color: rgb(156,251,17); }
td.TdClassName
{
border-color: #9CFB11;
}
.TagClassName
{
border-color: #9CFB11;
}
</style>