Shades of Spring Bud #9CF504
Tints of Spring Bud #9CF504
RGB
CMYK
RGB Variations
Color information
#9CF504 (or 0x9CF504) is known color: Spring Bud. HEX triplet: 9C, F5 and 04. RGB value is (156,245,4). Sum of RGB (Red+Green+Blue) = 156+245+4=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF504 is #630AFB. Grayscale: #BFBFBF. Windows color (decimal): -6490876 or 325020. OLE color: 325020.
HSL color Cylindrical-coordinate representation of color #9CF504: hue angle of 82.16º degrees, saturation: 0.97, 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 #9CF504 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.04 |
| HSL | 82.16º | 0.97% | 0.49% | - |
| HSV(B) | 82.16º | 0.98% | 0.96% | - |
| XYZ | 46.38 | 72.38 | 11.64 | - |
| YUV | 190.92 | 22.51 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 4 | 0.36 | 0 | 0.98 | 0.04 | 82.16 | 0.97 | 0.49 |
| Hex | 9C | F5 | 4 | 24 | 0 | 62 | 4 | 52 | 61 | 31 |
| Octal | 234 | 365 | 4 | 44 | 0 | 142 | 4 | 122 | 141 | 61 |
| Binary | 10011100 | 11110101 | 100 | 100100 | 0 | 1100010 | 100 | 1010010 | 1100001 | 110001 |
Color Harmonies of #9CF504
Complementary color
Monochromatic Colors of #9CF504
Black with #9CF504
Text Example
Text Example
White with #9CF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF504; }
p { color: rgb(156,245,4); }
H1.HeaderClassName
{
color: #9CF504;
}
.AnyTagClassName
{
color: #9CF504;
}
</style>
background-color css
<style>
a { background-color: #9CF504; }
a { background-color: rgb(156,245,4); }
div.DivClassName
{
background-color: #9CF504;
}
.BgClassName
{
background-color: #9CF504;
}
</style>
border-color css
<style>
span { border-color: #9CF504; }
span { border-color: rgb(156,245,4); }
td.TdClassName
{
border-color: #9CF504;
}
.TagClassName
{
border-color: #9CF504;
}
</style>