Shades of Spring Bud #94F219
Tints of Spring Bud #94F219
RGB
CMYK
RGB Variations
Color information
#94F219 (or 0x94F219) is known color: Spring Bud. HEX triplet: 94, F2 and 19. RGB value is (148,242,25). Sum of RGB (Red+Green+Blue) = 148+242+25=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #94F219 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F219 is #6B0DE6. Grayscale: #BDBDBD. Windows color (decimal): -7015911 or 1700500. OLE color: 1700500.
HSL color Cylindrical-coordinate representation of color #94F219: hue angle of 85.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94F219 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 25 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.05 |
| HSL | 85.99º | 0.89% | 0.52% | - |
| HSV(B) | 85.99º | 0.9% | 0.95% | - |
| XYZ | 44.14 | 69.87 | 12.08 | - |
| YUV | 189.16 | 35.36 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 25 | 0.39 | 0 | 0.90 | 0.05 | 85.99 | 0.89 | 0.52 |
| Hex | 94 | F2 | 19 | 27 | 0 | 5A | 5 | 56 | 59 | 34 |
| Octal | 224 | 362 | 31 | 47 | 0 | 132 | 5 | 126 | 131 | 64 |
| Binary | 10010100 | 11110010 | 11001 | 100111 | 0 | 1011010 | 101 | 1010110 | 1011001 | 110100 |
Color Harmonies of #94F219
Complementary color
Monochromatic Colors of #94F219
Black with #94F219
Text Example
Text Example
White with #94F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F219; }
p { color: rgb(148,242,25); }
H1.HeaderClassName
{
color: #94F219;
}
.AnyTagClassName
{
color: #94F219;
}
</style>
background-color css
<style>
a { background-color: #94F219; }
a { background-color: rgb(148,242,25); }
div.DivClassName
{
background-color: #94F219;
}
.BgClassName
{
background-color: #94F219;
}
</style>
border-color css
<style>
span { border-color: #94F219; }
span { border-color: rgb(148,242,25); }
td.TdClassName
{
border-color: #94F219;
}
.TagClassName
{
border-color: #94F219;
}
</style>