Shades of Spring Bud #9CF804
Tints of Spring Bud #9CF804
RGB
CMYK
RGB Variations
Color information
#9CF804 (or 0x9CF804) is known color: Spring Bud. HEX triplet: 9C, F8 and 04. RGB value is (156,248,4). Sum of RGB (Red+Green+Blue) = 156+248+4=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 248 (97.27% from 255 or 60.78% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF804 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF804 is #6307FB. Grayscale: #C1C1C1. Windows color (decimal): -6490108 or 325788. OLE color: 325788.
HSL color Cylindrical-coordinate representation of color #9CF804: hue angle of 82.62º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CF804 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.03 |
| HSL | 82.62º | 0.97% | 0.49% | - |
| HSV(B) | 82.62º | 0.98% | 0.97% | - |
| XYZ | 47.3 | 74.21 | 11.95 | - |
| YUV | 192.68 | 21.52 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 4 | 0.37 | 0 | 0.98 | 0.03 | 82.62 | 0.97 | 0.49 |
| Hex | 9C | F8 | 4 | 25 | 0 | 62 | 3 | 53 | 61 | 31 |
| Octal | 234 | 370 | 4 | 45 | 0 | 142 | 3 | 123 | 141 | 61 |
| Binary | 10011100 | 11111000 | 100 | 100101 | 0 | 1100010 | 11 | 1010011 | 1100001 | 110001 |
Color Harmonies of #9CF804
Complementary color
Monochromatic Colors of #9CF804
Black with #9CF804
Text Example
Text Example
White with #9CF804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF804; }
p { color: rgb(156,248,4); }
H1.HeaderClassName
{
color: #9CF804;
}
.AnyTagClassName
{
color: #9CF804;
}
</style>
background-color css
<style>
a { background-color: #9CF804; }
a { background-color: rgb(156,248,4); }
div.DivClassName
{
background-color: #9CF804;
}
.BgClassName
{
background-color: #9CF804;
}
</style>
border-color css
<style>
span { border-color: #9CF804; }
span { border-color: rgb(156,248,4); }
td.TdClassName
{
border-color: #9CF804;
}
.TagClassName
{
border-color: #9CF804;
}
</style>