Shades of Spring Bud #95E803
Tints of Spring Bud #95E803
RGB
CMYK
RGB Variations
Color information
#95E803 (or 0x95E803) is known color: Spring Bud. HEX triplet: 95, E8 and 03. RGB value is (149,232,3). Sum of RGB (Red+Green+Blue) = 149+232+3=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 232 (91.02% from 255 or 60.42% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 232 - color contains mainly: green. Hex color #95E803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E803 is #6A17FC. Grayscale: #B5B5B5. Windows color (decimal): -6952957 or 256149. OLE color: 256149.
HSL color Cylindrical-coordinate representation of color #95E803: hue angle of 81.75º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95E803 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.09 |
| HSL | 81.75º | 0.97% | 0.46% | - |
| HSV(B) | 81.75º | 0.99% | 0.91% | - |
| XYZ | 41.27 | 64.11 | 10.29 | - |
| YUV | 181.08 | 27.5 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 3 | 0.36 | 0 | 0.99 | 0.09 | 81.75 | 0.97 | 0.46 |
| Hex | 95 | E8 | 3 | 24 | 0 | 63 | 9 | 52 | 61 | 2E |
| Octal | 225 | 350 | 3 | 44 | 0 | 143 | 11 | 122 | 141 | 56 |
| Binary | 10010101 | 11101000 | 11 | 100100 | 0 | 1100011 | 1001 | 1010010 | 1100001 | 101110 |
Color Harmonies of #95E803
Complementary color
Monochromatic Colors of #95E803
Black with #95E803
Text Example
Text Example
White with #95E803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E803; }
p { color: rgb(149,232,3); }
H1.HeaderClassName
{
color: #95E803;
}
.AnyTagClassName
{
color: #95E803;
}
</style>
background-color css
<style>
a { background-color: #95E803; }
a { background-color: rgb(149,232,3); }
div.DivClassName
{
background-color: #95E803;
}
.BgClassName
{
background-color: #95E803;
}
</style>
border-color css
<style>
span { border-color: #95E803; }
span { border-color: rgb(149,232,3); }
td.TdClassName
{
border-color: #95E803;
}
.TagClassName
{
border-color: #95E803;
}
</style>