Shades of Spring Bud #95FA0D
Tints of Spring Bud #95FA0D
RGB
CMYK
RGB Variations
Color information
#95FA0D (or 0x95FA0D) is known color: Spring Bud. HEX triplet: 95, FA and 0D. RGB value is (149,250,13). Sum of RGB (Red+Green+Blue) = 149+250+13=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FA0D is #6A05F2. Grayscale: #C1C1C1. Windows color (decimal): -6948339 or 916117. OLE color: 916117.
HSL color Cylindrical-coordinate representation of color #95FA0D: hue angle of 85.57º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95FA0D is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 13 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.02 |
| HSL | 85.57º | 0.96% | 0.52% | - |
| HSV(B) | 85.57º | 0.95% | 0.98% | - |
| XYZ | 46.65 | 74.79 | 12.36 | - |
| YUV | 192.78 | 26.54 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 13 | 0.40 | 0 | 0.95 | 0.02 | 85.57 | 0.96 | 0.52 |
| Hex | 95 | FA | D | 28 | 0 | 5F | 2 | 56 | 60 | 34 |
| Octal | 225 | 372 | 15 | 50 | 0 | 137 | 2 | 126 | 140 | 64 |
| Binary | 10010101 | 11111010 | 1101 | 101000 | 0 | 1011111 | 10 | 1010110 | 1100000 | 110100 |
Color Harmonies of #95FA0D
Complementary color
Monochromatic Colors of #95FA0D
Black with #95FA0D
Text Example
Text Example
White with #95FA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FA0D; }
p { color: rgb(149,250,13); }
H1.HeaderClassName
{
color: #95FA0D;
}
.AnyTagClassName
{
color: #95FA0D;
}
</style>
background-color css
<style>
a { background-color: #95FA0D; }
a { background-color: rgb(149,250,13); }
div.DivClassName
{
background-color: #95FA0D;
}
.BgClassName
{
background-color: #95FA0D;
}
</style>
border-color css
<style>
span { border-color: #95FA0D; }
span { border-color: rgb(149,250,13); }
td.TdClassName
{
border-color: #95FA0D;
}
.TagClassName
{
border-color: #95FA0D;
}
</style>