Shades of Spring Bud #95E90D
Tints of Spring Bud #95E90D
RGB
CMYK
RGB Variations
Color information
#95E90D (or 0x95E90D) is known color: Spring Bud. HEX triplet: 95, E9 and 0D. RGB value is (149,233,13). Sum of RGB (Red+Green+Blue) = 149+233+13=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #95E90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E90D is #6A16F2. Grayscale: #B7B7B7. Windows color (decimal): -6952691 or 911765. OLE color: 911765.
HSL color Cylindrical-coordinate representation of color #95E90D: hue angle of 82.91º 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 #95E90D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 13 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.09 |
| HSL | 82.91º | 0.89% | 0.48% | - |
| HSV(B) | 82.91º | 0.94% | 0.91% | - |
| XYZ | 41.61 | 64.7 | 10.68 | - |
| YUV | 182.8 | 32.17 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 13 | 0.36 | 0 | 0.94 | 0.09 | 82.91 | 0.89 | 0.48 |
| Hex | 95 | E9 | D | 24 | 0 | 5E | 9 | 53 | 59 | 30 |
| Octal | 225 | 351 | 15 | 44 | 0 | 136 | 11 | 123 | 131 | 60 |
| Binary | 10010101 | 11101001 | 1101 | 100100 | 0 | 1011110 | 1001 | 1010011 | 1011001 | 110000 |
Color Harmonies of #95E90D
Complementary color
Monochromatic Colors of #95E90D
Black with #95E90D
Text Example
Text Example
White with #95E90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E90D; }
p { color: rgb(149,233,13); }
H1.HeaderClassName
{
color: #95E90D;
}
.AnyTagClassName
{
color: #95E90D;
}
</style>
background-color css
<style>
a { background-color: #95E90D; }
a { background-color: rgb(149,233,13); }
div.DivClassName
{
background-color: #95E90D;
}
.BgClassName
{
background-color: #95E90D;
}
</style>
border-color css
<style>
span { border-color: #95E90D; }
span { border-color: rgb(149,233,13); }
td.TdClassName
{
border-color: #95E90D;
}
.TagClassName
{
border-color: #95E90D;
}
</style>