Shades of Spring Bud #91E70E
Tints of Spring Bud #91E70E
RGB
CMYK
RGB Variations
Color information
#91E70E (or 0x91E70E) is known color: Spring Bud. HEX triplet: 91, E7 and 0E. RGB value is (145,231,14). Sum of RGB (Red+Green+Blue) = 145+231+14=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #91E70E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #91E70E is #6E18F1. Grayscale: #B5B5B5. Windows color (decimal): -7215346 or 976785. OLE color: 976785.
HSL color Cylindrical-coordinate representation of color #91E70E: hue angle of 83.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91E70E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 231 | 14 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.09 |
| HSL | 83.78º | 0.89% | 0.48% | - |
| HSV(B) | 83.78º | 0.94% | 0.91% | - |
| XYZ | 40.33 | 63.2 | 10.49 | - |
| YUV | 180.55 | 34.01 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 231 | 14 | 0.37 | 0 | 0.94 | 0.09 | 83.78 | 0.89 | 0.48 |
| Hex | 91 | E7 | E | 25 | 0 | 5E | 9 | 54 | 59 | 30 |
| Octal | 221 | 347 | 16 | 45 | 0 | 136 | 11 | 124 | 131 | 60 |
| Binary | 10010001 | 11100111 | 1110 | 100101 | 0 | 1011110 | 1001 | 1010100 | 1011001 | 110000 |
Color Harmonies of #91E70E
Complementary color
Monochromatic Colors of #91E70E
Black with #91E70E
Text Example
Text Example
White with #91E70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E70E; }
p { color: rgb(145,231,14); }
H1.HeaderClassName
{
color: #91E70E;
}
.AnyTagClassName
{
color: #91E70E;
}
</style>
background-color css
<style>
a { background-color: #91E70E; }
a { background-color: rgb(145,231,14); }
div.DivClassName
{
background-color: #91E70E;
}
.BgClassName
{
background-color: #91E70E;
}
</style>
border-color css
<style>
span { border-color: #91E70E; }
span { border-color: rgb(145,231,14); }
td.TdClassName
{
border-color: #91E70E;
}
.TagClassName
{
border-color: #91E70E;
}
</style>