Shades of Spring Bud #9CF905
Tints of Spring Bud #9CF905
RGB
CMYK
RGB Variations
Color information
#9CF905 (or 0x9CF905) is known color: Spring Bud. HEX triplet: 9C, F9 and 05. RGB value is (156,249,5). Sum of RGB (Red+Green+Blue) = 156+249+5=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF905 is #6306FA. Grayscale: #C2C2C2. Windows color (decimal): -6489851 or 391580. OLE color: 391580.
HSL color Cylindrical-coordinate representation of color #9CF905: hue angle of 82.87º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CF905 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.02 |
| HSL | 82.87º | 0.96% | 0.5% | - |
| HSV(B) | 82.87º | 0.98% | 0.98% | - |
| XYZ | 47.61 | 74.83 | 12.08 | - |
| YUV | 193.38 | 21.69 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 5 | 0.37 | 0 | 0.98 | 0.02 | 82.87 | 0.96 | 0.5 |
| Hex | 9C | F9 | 5 | 25 | 0 | 62 | 2 | 53 | 60 | 32 |
| Octal | 234 | 371 | 5 | 45 | 0 | 142 | 2 | 123 | 140 | 62 |
| Binary | 10011100 | 11111001 | 101 | 100101 | 0 | 1100010 | 10 | 1010011 | 1100000 | 110010 |
Color Harmonies of #9CF905
Complementary color
Monochromatic Colors of #9CF905
Black with #9CF905
Text Example
Text Example
White with #9CF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF905; }
p { color: rgb(156,249,5); }
H1.HeaderClassName
{
color: #9CF905;
}
.AnyTagClassName
{
color: #9CF905;
}
</style>
background-color css
<style>
a { background-color: #9CF905; }
a { background-color: rgb(156,249,5); }
div.DivClassName
{
background-color: #9CF905;
}
.BgClassName
{
background-color: #9CF905;
}
</style>
border-color css
<style>
span { border-color: #9CF905; }
span { border-color: rgb(156,249,5); }
td.TdClassName
{
border-color: #9CF905;
}
.TagClassName
{
border-color: #9CF905;
}
</style>