Shades of Spring Bud #91E70C
Tints of Spring Bud #91E70C
RGB
CMYK
RGB Variations
Color information
#91E70C (or 0x91E70C) is known color: Spring Bud. HEX triplet: 91, E7 and 0C. RGB value is (145,231,12). Sum of RGB (Red+Green+Blue) = 145+231+12=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 231 (90.62% from 255 or 59.54% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 231 - color contains mainly: green. Hex color #91E70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91E70C is #6E18F3. Grayscale: #B5B5B5. Windows color (decimal): -7215348 or 845713. OLE color: 845713.
HSL color Cylindrical-coordinate representation of color #91E70C: hue angle of 83.56º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91E70C is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 231 | 12 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.09 |
| HSL | 83.56º | 0.9% | 0.48% | - |
| HSV(B) | 83.56º | 0.95% | 0.91% | - |
| XYZ | 40.32 | 63.2 | 10.42 | - |
| YUV | 180.32 | 33.01 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 231 | 12 | 0.37 | 0 | 0.95 | 0.09 | 83.56 | 0.9 | 0.48 |
| Hex | 91 | E7 | C | 25 | 0 | 5F | 9 | 54 | 5A | 30 |
| Octal | 221 | 347 | 14 | 45 | 0 | 137 | 11 | 124 | 132 | 60 |
| Binary | 10010001 | 11100111 | 1100 | 100101 | 0 | 1011111 | 1001 | 1010100 | 1011010 | 110000 |
Color Harmonies of #91E70C
Complementary color
Monochromatic Colors of #91E70C
Black with #91E70C
Text Example
Text Example
White with #91E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E70C; }
p { color: rgb(145,231,12); }
H1.HeaderClassName
{
color: #91E70C;
}
.AnyTagClassName
{
color: #91E70C;
}
</style>
background-color css
<style>
a { background-color: #91E70C; }
a { background-color: rgb(145,231,12); }
div.DivClassName
{
background-color: #91E70C;
}
.BgClassName
{
background-color: #91E70C;
}
</style>
border-color css
<style>
span { border-color: #91E70C; }
span { border-color: rgb(145,231,12); }
td.TdClassName
{
border-color: #91E70C;
}
.TagClassName
{
border-color: #91E70C;
}
</style>