Shades of Spring Bud #94F90D
Tints of Spring Bud #94F90D
RGB
CMYK
RGB Variations
Color information
#94F90D (or 0x94F90D) is known color: Spring Bud. HEX triplet: 94, F9 and 0D. RGB value is (148,249,13). Sum of RGB (Red+Green+Blue) = 148+249+13=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #94F90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F90D is #6B06F2. Grayscale: #C0C0C0. Windows color (decimal): -7014131 or 915860. OLE color: 915860.
HSL color Cylindrical-coordinate representation of color #94F90D: hue angle of 85.68º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94F90D is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 13 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.02 |
| HSL | 85.68º | 0.95% | 0.51% | - |
| HSV(B) | 85.68º | 0.95% | 0.98% | - |
| XYZ | 46.16 | 74.08 | 12.25 | - |
| YUV | 191.9 | 27.04 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 13 | 0.41 | 0 | 0.95 | 0.02 | 85.68 | 0.95 | 0.51 |
| Hex | 94 | F9 | D | 29 | 0 | 5F | 2 | 56 | 5F | 33 |
| Octal | 224 | 371 | 15 | 51 | 0 | 137 | 2 | 126 | 137 | 63 |
| Binary | 10010100 | 11111001 | 1101 | 101001 | 0 | 1011111 | 10 | 1010110 | 1011111 | 110011 |
Color Harmonies of #94F90D
Complementary color
Monochromatic Colors of #94F90D
Black with #94F90D
Text Example
Text Example
White with #94F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F90D; }
p { color: rgb(148,249,13); }
H1.HeaderClassName
{
color: #94F90D;
}
.AnyTagClassName
{
color: #94F90D;
}
</style>
background-color css
<style>
a { background-color: #94F90D; }
a { background-color: rgb(148,249,13); }
div.DivClassName
{
background-color: #94F90D;
}
.BgClassName
{
background-color: #94F90D;
}
</style>
border-color css
<style>
span { border-color: #94F90D; }
span { border-color: rgb(148,249,13); }
td.TdClassName
{
border-color: #94F90D;
}
.TagClassName
{
border-color: #94F90D;
}
</style>