Shades of Spring Bud #94F319
Tints of Spring Bud #94F319
RGB
CMYK
RGB Variations
Color information
#94F319 (or 0x94F319) is known color: Spring Bud. HEX triplet: 94, F3 and 19. RGB value is (148,243,25). Sum of RGB (Red+Green+Blue) = 148+243+25=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #94F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F319 is #6B0CE6. Grayscale: #BEBEBE. Windows color (decimal): -7015655 or 1700756. OLE color: 1700756.
HSL color Cylindrical-coordinate representation of color #94F319: hue angle of 86.15º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94F319 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 25 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.05 |
| HSL | 86.15º | 0.9% | 0.53% | - |
| HSV(B) | 86.15º | 0.9% | 0.95% | - |
| XYZ | 44.44 | 70.47 | 12.18 | - |
| YUV | 189.74 | 35.03 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 25 | 0.39 | 0 | 0.90 | 0.05 | 86.15 | 0.9 | 0.53 |
| Hex | 94 | F3 | 19 | 27 | 0 | 5A | 5 | 56 | 5A | 35 |
| Octal | 224 | 363 | 31 | 47 | 0 | 132 | 5 | 126 | 132 | 65 |
| Binary | 10010100 | 11110011 | 11001 | 100111 | 0 | 1011010 | 101 | 1010110 | 1011010 | 110101 |
Color Harmonies of #94F319
Complementary color
Monochromatic Colors of #94F319
Black with #94F319
Text Example
Text Example
White with #94F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F319; }
p { color: rgb(148,243,25); }
H1.HeaderClassName
{
color: #94F319;
}
.AnyTagClassName
{
color: #94F319;
}
</style>
background-color css
<style>
a { background-color: #94F319; }
a { background-color: rgb(148,243,25); }
div.DivClassName
{
background-color: #94F319;
}
.BgClassName
{
background-color: #94F319;
}
</style>
border-color css
<style>
span { border-color: #94F319; }
span { border-color: rgb(148,243,25); }
td.TdClassName
{
border-color: #94F319;
}
.TagClassName
{
border-color: #94F319;
}
</style>