Shades of Spring Bud #9CFF11
Tints of Spring Bud #9CFF11
RGB
CMYK
RGB Variations
Color information
#9CFF11 (or 0x9CFF11) is known color: Spring Bud. HEX triplet: 9C, FF and 11. RGB value is (156,255,17). Sum of RGB (Red+Green+Blue) = 156+255+17=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF11 is #6300EE. Grayscale: #C7C7C7. Windows color (decimal): -6488303 or 1179548. OLE color: 1179548.
HSL color Cylindrical-coordinate representation of color #9CFF11: hue angle of 84.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CFF11 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 17 | - |
| CMYK | 0.39 | 0 | 0.93 | 0 |
| HSL | 84.96º | 1% | 0.53% | - |
| HSV(B) | 84.96º | 0.93% | 1% | - |
| XYZ | 49.57 | 78.63 | 13.09 | - |
| YUV | 198.27 | 25.7 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 17 | 0.39 | 0 | 0.93 | 0 | 84.96 | 1 | 0.53 |
| Hex | 9C | FF | 11 | 27 | 0 | 5D | 0 | 55 | 64 | 35 |
| Octal | 234 | 377 | 21 | 47 | 0 | 135 | 0 | 125 | 144 | 65 |
| Binary | 10011100 | 11111111 | 10001 | 100111 | 0 | 1011101 | 0 | 1010101 | 1100100 | 110101 |
Color Harmonies of #9CFF11
Complementary color
Monochromatic Colors of #9CFF11
Black with #9CFF11
Text Example
Text Example
White with #9CFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF11; }
p { color: rgb(156,255,17); }
H1.HeaderClassName
{
color: #9CFF11;
}
.AnyTagClassName
{
color: #9CFF11;
}
</style>
background-color css
<style>
a { background-color: #9CFF11; }
a { background-color: rgb(156,255,17); }
div.DivClassName
{
background-color: #9CFF11;
}
.BgClassName
{
background-color: #9CFF11;
}
</style>
border-color css
<style>
span { border-color: #9CFF11; }
span { border-color: rgb(156,255,17); }
td.TdClassName
{
border-color: #9CFF11;
}
.TagClassName
{
border-color: #9CFF11;
}
</style>