Shades of Spring Bud #95E80D
Tints of Spring Bud #95E80D
RGB
CMYK
RGB Variations
Color information
#95E80D (or 0x95E80D) is known color: Spring Bud. HEX triplet: 95, E8 and 0D. RGB value is (149,232,13). Sum of RGB (Red+Green+Blue) = 149+232+13=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 232 (91.02% from 255 or 58.88% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 232 - color contains mainly: green. Hex color #95E80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E80D is #6A17F2. Grayscale: #B7B7B7. Windows color (decimal): -6952947 or 911509. OLE color: 911509.
HSL color Cylindrical-coordinate representation of color #95E80D: hue angle of 82.74º 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 #95E80D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 13 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.09 |
| HSL | 82.74º | 0.89% | 0.48% | - |
| HSV(B) | 82.74º | 0.94% | 0.91% | - |
| XYZ | 41.32 | 64.13 | 10.58 | - |
| YUV | 182.22 | 32.5 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 13 | 0.36 | 0 | 0.94 | 0.09 | 82.74 | 0.89 | 0.48 |
| Hex | 95 | E8 | D | 24 | 0 | 5E | 9 | 53 | 59 | 30 |
| Octal | 225 | 350 | 15 | 44 | 0 | 136 | 11 | 123 | 131 | 60 |
| Binary | 10010101 | 11101000 | 1101 | 100100 | 0 | 1011110 | 1001 | 1010011 | 1011001 | 110000 |
Color Harmonies of #95E80D
Complementary color
Monochromatic Colors of #95E80D
Black with #95E80D
Text Example
Text Example
White with #95E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E80D; }
p { color: rgb(149,232,13); }
H1.HeaderClassName
{
color: #95E80D;
}
.AnyTagClassName
{
color: #95E80D;
}
</style>
background-color css
<style>
a { background-color: #95E80D; }
a { background-color: rgb(149,232,13); }
div.DivClassName
{
background-color: #95E80D;
}
.BgClassName
{
background-color: #95E80D;
}
</style>
border-color css
<style>
span { border-color: #95E80D; }
span { border-color: rgb(149,232,13); }
td.TdClassName
{
border-color: #95E80D;
}
.TagClassName
{
border-color: #95E80D;
}
</style>