Shades of Spring Bud #9CFD02
Tints of Spring Bud #9CFD02
RGB
CMYK
RGB Variations
Color information
#9CFD02 (or 0x9CFD02) is known color: Spring Bud. HEX triplet: 9C, FD and 02. RGB value is (156,253,2). Sum of RGB (Red+Green+Blue) = 156+253+2=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 253 (99.22% from 255 or 61.56% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFD02 is #6302FD. Grayscale: #C4C4C4. Windows color (decimal): -6488830 or 195996. OLE color: 195996.
HSL color Cylindrical-coordinate representation of color #9CFD02: hue angle of 83.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CFD02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.01 |
| HSL | 83.19º | 0.98% | 0.5% | - |
| HSV(B) | 83.19º | 0.99% | 0.99% | - |
| XYZ | 48.85 | 77.32 | 12.41 | - |
| YUV | 195.38 | 18.86 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 2 | 0.38 | 0 | 0.99 | 0.01 | 83.19 | 0.98 | 0.5 |
| Hex | 9C | FD | 2 | 26 | 0 | 63 | 1 | 53 | 62 | 32 |
| Octal | 234 | 375 | 2 | 46 | 0 | 143 | 1 | 123 | 142 | 62 |
| Binary | 10011100 | 11111101 | 10 | 100110 | 0 | 1100011 | 1 | 1010011 | 1100010 | 110010 |
Color Harmonies of #9CFD02
Complementary color
Monochromatic Colors of #9CFD02
Black with #9CFD02
Text Example
Text Example
White with #9CFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD02; }
p { color: rgb(156,253,2); }
H1.HeaderClassName
{
color: #9CFD02;
}
.AnyTagClassName
{
color: #9CFD02;
}
</style>
background-color css
<style>
a { background-color: #9CFD02; }
a { background-color: rgb(156,253,2); }
div.DivClassName
{
background-color: #9CFD02;
}
.BgClassName
{
background-color: #9CFD02;
}
</style>
border-color css
<style>
span { border-color: #9CFD02; }
span { border-color: rgb(156,253,2); }
td.TdClassName
{
border-color: #9CFD02;
}
.TagClassName
{
border-color: #9CFD02;
}
</style>