Shades of Spring Bud #9CF701
Tints of Spring Bud #9CF701
RGB
CMYK
RGB Variations
Color information
#9CF701 (or 0x9CF701) is known color: Spring Bud. HEX triplet: 9C, F7 and 01. RGB value is (156,247,1). Sum of RGB (Red+Green+Blue) = 156+247+1=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF701 is #6308FE. Grayscale: #C0C0C0. Windows color (decimal): -6490367 or 128924. OLE color: 128924.
HSL color Cylindrical-coordinate representation of color #9CF701: hue angle of 82.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CF701 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 247 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.03 |
| HSL | 82.2º | 0.99% | 0.49% | - |
| HSV(B) | 82.2º | 1% | 0.97% | - |
| XYZ | 46.98 | 73.59 | 11.76 | - |
| YUV | 191.75 | 20.35 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 1 | 0.37 | 0 | 1.00 | 0.03 | 82.2 | 0.99 | 0.49 |
| Hex | 9C | F7 | 1 | 25 | 0 | 64 | 3 | 52 | 63 | 31 |
| Octal | 234 | 367 | 1 | 45 | 0 | 144 | 3 | 122 | 143 | 61 |
| Binary | 10011100 | 11110111 | 1 | 100101 | 0 | 1100100 | 11 | 1010010 | 1100011 | 110001 |
Color Harmonies of #9CF701
Complementary color
Monochromatic Colors of #9CF701
Black with #9CF701
Text Example
Text Example
White with #9CF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF701; }
p { color: rgb(156,247,1); }
H1.HeaderClassName
{
color: #9CF701;
}
.AnyTagClassName
{
color: #9CF701;
}
</style>
background-color css
<style>
a { background-color: #9CF701; }
a { background-color: rgb(156,247,1); }
div.DivClassName
{
background-color: #9CF701;
}
.BgClassName
{
background-color: #9CF701;
}
</style>
border-color css
<style>
span { border-color: #9CF701; }
span { border-color: rgb(156,247,1); }
td.TdClassName
{
border-color: #9CF701;
}
.TagClassName
{
border-color: #9CF701;
}
</style>