Shades of Spring Bud #95FF0F
Tints of Spring Bud #95FF0F
RGB
CMYK
RGB Variations
Color information
#95FF0F (or 0x95FF0F) is known color: Spring Bud. HEX triplet: 95, FF and 0F. RGB value is (149,255,15). Sum of RGB (Red+Green+Blue) = 149+255+15=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FF0F is #6A00F0. Grayscale: #C4C4C4. Windows color (decimal): -6947057 or 1048469. OLE color: 1048469.
HSL color Cylindrical-coordinate representation of color #95FF0F: hue angle of 86.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95FF0F is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 15 | - |
| CMYK | 0.42 | 0 | 0.94 | 0 |
| HSL | 86.5º | 1% | 0.53% | - |
| HSV(B) | 86.5º | 0.94% | 1% | - |
| XYZ | 48.24 | 77.94 | 12.95 | - |
| YUV | 195.95 | 25.88 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 15 | 0.42 | 0 | 0.94 | 0 | 86.5 | 1 | 0.53 |
| Hex | 95 | FF | F | 2A | 0 | 5E | 0 | 56 | 64 | 35 |
| Octal | 225 | 377 | 17 | 52 | 0 | 136 | 0 | 126 | 144 | 65 |
| Binary | 10010101 | 11111111 | 1111 | 101010 | 0 | 1011110 | 0 | 1010110 | 1100100 | 110101 |
Color Harmonies of #95FF0F
Complementary color
Monochromatic Colors of #95FF0F
Black with #95FF0F
Text Example
Text Example
White with #95FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF0F; }
p { color: rgb(149,255,15); }
H1.HeaderClassName
{
color: #95FF0F;
}
.AnyTagClassName
{
color: #95FF0F;
}
</style>
background-color css
<style>
a { background-color: #95FF0F; }
a { background-color: rgb(149,255,15); }
div.DivClassName
{
background-color: #95FF0F;
}
.BgClassName
{
background-color: #95FF0F;
}
</style>
border-color css
<style>
span { border-color: #95FF0F; }
span { border-color: rgb(149,255,15); }
td.TdClassName
{
border-color: #95FF0F;
}
.TagClassName
{
border-color: #95FF0F;
}
</style>