Shades of Spring Bud #9CFF05
Tints of Spring Bud #9CFF05
RGB
CMYK
RGB Variations
Color information
#9CFF05 (or 0x9CFF05) is known color: Spring Bud. HEX triplet: 9C, FF and 05. RGB value is (156,255,5). Sum of RGB (Red+Green+Blue) = 156+255+5=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFF05 is #6300FA. Grayscale: #C5C5C5. Windows color (decimal): -6488315 or 393116. OLE color: 393116.
HSL color Cylindrical-coordinate representation of color #9CFF05: hue angle of 83.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CFF05 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0 |
| HSL | 83.76º | 1% | 0.51% | - |
| HSV(B) | 83.76º | 0.98% | 1% | - |
| XYZ | 49.5 | 78.6 | 12.71 | - |
| YUV | 196.9 | 19.7 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 5 | 0.39 | 0 | 0.98 | 0 | 83.76 | 1 | 0.51 |
| Hex | 9C | FF | 5 | 27 | 0 | 62 | 0 | 54 | 64 | 33 |
| Octal | 234 | 377 | 5 | 47 | 0 | 142 | 0 | 124 | 144 | 63 |
| Binary | 10011100 | 11111111 | 101 | 100111 | 0 | 1100010 | 0 | 1010100 | 1100100 | 110011 |
Color Harmonies of #9CFF05
Complementary color
Monochromatic Colors of #9CFF05
Black with #9CFF05
Text Example
Text Example
White with #9CFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF05; }
p { color: rgb(156,255,5); }
H1.HeaderClassName
{
color: #9CFF05;
}
.AnyTagClassName
{
color: #9CFF05;
}
</style>
background-color css
<style>
a { background-color: #9CFF05; }
a { background-color: rgb(156,255,5); }
div.DivClassName
{
background-color: #9CFF05;
}
.BgClassName
{
background-color: #9CFF05;
}
</style>
border-color css
<style>
span { border-color: #9CFF05; }
span { border-color: rgb(156,255,5); }
td.TdClassName
{
border-color: #9CFF05;
}
.TagClassName
{
border-color: #9CFF05;
}
</style>