Shades of Spring Bud #9CF605
Tints of Spring Bud #9CF605
RGB
CMYK
RGB Variations
Color information
#9CF605 (or 0x9CF605) is known color: Spring Bud. HEX triplet: 9C, F6 and 05. RGB value is (156,246,5). Sum of RGB (Red+Green+Blue) = 156+246+5=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF605 is #6309FA. Grayscale: #C0C0C0. Windows color (decimal): -6490619 or 390812. OLE color: 390812.
HSL color Cylindrical-coordinate representation of color #9CF605: hue angle of 82.41º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CF605 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.04 |
| HSL | 82.41º | 0.96% | 0.49% | - |
| HSV(B) | 82.41º | 0.98% | 0.96% | - |
| XYZ | 46.69 | 72.99 | 11.77 | - |
| YUV | 191.62 | 22.68 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 5 | 0.37 | 0 | 0.98 | 0.04 | 82.41 | 0.96 | 0.49 |
| Hex | 9C | F6 | 5 | 25 | 0 | 62 | 4 | 52 | 60 | 31 |
| Octal | 234 | 366 | 5 | 45 | 0 | 142 | 4 | 122 | 140 | 61 |
| Binary | 10011100 | 11110110 | 101 | 100101 | 0 | 1100010 | 100 | 1010010 | 1100000 | 110001 |
Color Harmonies of #9CF605
Complementary color
Monochromatic Colors of #9CF605
Black with #9CF605
Text Example
Text Example
White with #9CF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF605; }
p { color: rgb(156,246,5); }
H1.HeaderClassName
{
color: #9CF605;
}
.AnyTagClassName
{
color: #9CF605;
}
</style>
background-color css
<style>
a { background-color: #9CF605; }
a { background-color: rgb(156,246,5); }
div.DivClassName
{
background-color: #9CF605;
}
.BgClassName
{
background-color: #9CF605;
}
</style>
border-color css
<style>
span { border-color: #9CF605; }
span { border-color: rgb(156,246,5); }
td.TdClassName
{
border-color: #9CF605;
}
.TagClassName
{
border-color: #9CF605;
}
</style>