Shades of Spring Bud #95EA0F
Tints of Spring Bud #95EA0F
RGB
CMYK
RGB Variations
Color information
#95EA0F (or 0x95EA0F) is known color: Spring Bud. HEX triplet: 95, EA and 0F. RGB value is (149,234,15). Sum of RGB (Red+Green+Blue) = 149+234+15=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 234 (91.80% from 255 or 58.79% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EA0F is #6A15F0. Grayscale: #B8B8B8. Windows color (decimal): -6952433 or 1043093. OLE color: 1043093.
HSL color Cylindrical-coordinate representation of color #95EA0F: hue angle of 83.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95EA0F is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 15 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.08 |
| HSL | 83.29º | 0.88% | 0.49% | - |
| HSV(B) | 83.29º | 0.94% | 0.92% | - |
| XYZ | 41.9 | 65.27 | 10.84 | - |
| YUV | 183.62 | 32.84 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 15 | 0.36 | 0 | 0.94 | 0.08 | 83.29 | 0.88 | 0.49 |
| Hex | 95 | EA | F | 24 | 0 | 5E | 8 | 53 | 58 | 31 |
| Octal | 225 | 352 | 17 | 44 | 0 | 136 | 10 | 123 | 130 | 61 |
| Binary | 10010101 | 11101010 | 1111 | 100100 | 0 | 1011110 | 1000 | 1010011 | 1011000 | 110001 |
Color Harmonies of #95EA0F
Complementary color
Monochromatic Colors of #95EA0F
Black with #95EA0F
Text Example
Text Example
White with #95EA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EA0F; }
p { color: rgb(149,234,15); }
H1.HeaderClassName
{
color: #95EA0F;
}
.AnyTagClassName
{
color: #95EA0F;
}
</style>
background-color css
<style>
a { background-color: #95EA0F; }
a { background-color: rgb(149,234,15); }
div.DivClassName
{
background-color: #95EA0F;
}
.BgClassName
{
background-color: #95EA0F;
}
</style>
border-color css
<style>
span { border-color: #95EA0F; }
span { border-color: rgb(149,234,15); }
td.TdClassName
{
border-color: #95EA0F;
}
.TagClassName
{
border-color: #95EA0F;
}
</style>