Shades of Spring Bud #9CFC05
Tints of Spring Bud #9CFC05
RGB
CMYK
RGB Variations
Color information
#9CFC05 (or 0x9CFC05) is known color: Spring Bud. HEX triplet: 9C, FC and 05. RGB value is (156,252,5). Sum of RGB (Red+Green+Blue) = 156+252+5=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFC05 is #6303FA. Grayscale: #C4C4C4. Windows color (decimal): -6489083 or 392348. OLE color: 392348.
HSL color Cylindrical-coordinate representation of color #9CFC05: hue angle of 83.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CFC05 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.01 |
| HSL | 83.32º | 0.98% | 0.5% | - |
| HSV(B) | 83.32º | 0.98% | 0.99% | - |
| XYZ | 48.55 | 76.7 | 12.39 | - |
| YUV | 195.14 | 20.7 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 5 | 0.38 | 0 | 0.98 | 0.01 | 83.32 | 0.98 | 0.5 |
| Hex | 9C | FC | 5 | 26 | 0 | 62 | 1 | 53 | 62 | 32 |
| Octal | 234 | 374 | 5 | 46 | 0 | 142 | 1 | 123 | 142 | 62 |
| Binary | 10011100 | 11111100 | 101 | 100110 | 0 | 1100010 | 1 | 1010011 | 1100010 | 110010 |
Color Harmonies of #9CFC05
Complementary color
Monochromatic Colors of #9CFC05
Black with #9CFC05
Text Example
Text Example
White with #9CFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC05; }
p { color: rgb(156,252,5); }
H1.HeaderClassName
{
color: #9CFC05;
}
.AnyTagClassName
{
color: #9CFC05;
}
</style>
background-color css
<style>
a { background-color: #9CFC05; }
a { background-color: rgb(156,252,5); }
div.DivClassName
{
background-color: #9CFC05;
}
.BgClassName
{
background-color: #9CFC05;
}
</style>
border-color css
<style>
span { border-color: #9CFC05; }
span { border-color: rgb(156,252,5); }
td.TdClassName
{
border-color: #9CFC05;
}
.TagClassName
{
border-color: #9CFC05;
}
</style>