Shades of Spring Bud #9CF50D
Tints of Spring Bud #9CF50D
RGB
CMYK
RGB Variations
Color information
#9CF50D (or 0x9CF50D) is known color: Spring Bud. HEX triplet: 9C, F5 and 0D. RGB value is (156,245,13). Sum of RGB (Red+Green+Blue) = 156+245+13=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 245 (96.09% from 255 or 59.18% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF50D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF50D is #630AF2. Grayscale: #C0C0C0. Windows color (decimal): -6490867 or 914844. OLE color: 914844.
HSL color Cylindrical-coordinate representation of color #9CF50D: hue angle of 83.02º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CF50D is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 13 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.04 |
| HSL | 83.02º | 0.92% | 0.51% | - |
| HSV(B) | 83.02º | 0.95% | 0.96% | - |
| XYZ | 46.44 | 72.4 | 11.91 | - |
| YUV | 191.94 | 27.01 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 13 | 0.36 | 0 | 0.95 | 0.04 | 83.02 | 0.92 | 0.51 |
| Hex | 9C | F5 | D | 24 | 0 | 5F | 4 | 53 | 5C | 33 |
| Octal | 234 | 365 | 15 | 44 | 0 | 137 | 4 | 123 | 134 | 63 |
| Binary | 10011100 | 11110101 | 1101 | 100100 | 0 | 1011111 | 100 | 1010011 | 1011100 | 110011 |
Color Harmonies of #9CF50D
Complementary color
Monochromatic Colors of #9CF50D
Black with #9CF50D
Text Example
Text Example
White with #9CF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF50D; }
p { color: rgb(156,245,13); }
H1.HeaderClassName
{
color: #9CF50D;
}
.AnyTagClassName
{
color: #9CF50D;
}
</style>
background-color css
<style>
a { background-color: #9CF50D; }
a { background-color: rgb(156,245,13); }
div.DivClassName
{
background-color: #9CF50D;
}
.BgClassName
{
background-color: #9CF50D;
}
</style>
border-color css
<style>
span { border-color: #9CF50D; }
span { border-color: rgb(156,245,13); }
td.TdClassName
{
border-color: #9CF50D;
}
.TagClassName
{
border-color: #9CF50D;
}
</style>