Shades of Spring Bud #9CF507
Tints of Spring Bud #9CF507
RGB
CMYK
RGB Variations
Color information
#9CF507 (or 0x9CF507) is known color: Spring Bud. HEX triplet: 9C, F5 and 07. RGB value is (156,245,7). Sum of RGB (Red+Green+Blue) = 156+245+7=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 245 (96.09% from 255 or 60.05% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF507 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF507 is #630AF8. Grayscale: #C0C0C0. Windows color (decimal): -6490873 or 521628. OLE color: 521628.
HSL color Cylindrical-coordinate representation of color #9CF507: hue angle of 82.44º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CF507 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 7 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.04 |
| HSL | 82.44º | 0.94% | 0.49% | - |
| HSV(B) | 82.44º | 0.97% | 0.96% | - |
| XYZ | 46.4 | 72.39 | 11.73 | - |
| YUV | 191.26 | 24.01 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 7 | 0.36 | 0 | 0.97 | 0.04 | 82.44 | 0.94 | 0.49 |
| Hex | 9C | F5 | 7 | 24 | 0 | 61 | 4 | 52 | 5E | 31 |
| Octal | 234 | 365 | 7 | 44 | 0 | 141 | 4 | 122 | 136 | 61 |
| Binary | 10011100 | 11110101 | 111 | 100100 | 0 | 1100001 | 100 | 1010010 | 1011110 | 110001 |
Color Harmonies of #9CF507
Complementary color
Monochromatic Colors of #9CF507
Black with #9CF507
Text Example
Text Example
White with #9CF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF507; }
p { color: rgb(156,245,7); }
H1.HeaderClassName
{
color: #9CF507;
}
.AnyTagClassName
{
color: #9CF507;
}
</style>
background-color css
<style>
a { background-color: #9CF507; }
a { background-color: rgb(156,245,7); }
div.DivClassName
{
background-color: #9CF507;
}
.BgClassName
{
background-color: #9CF507;
}
</style>
border-color css
<style>
span { border-color: #9CF507; }
span { border-color: rgb(156,245,7); }
td.TdClassName
{
border-color: #9CF507;
}
.TagClassName
{
border-color: #9CF507;
}
</style>