Shades of Spring Bud #94E80B
Tints of Spring Bud #94E80B
RGB
CMYK
RGB Variations
Color information
#94E80B (or 0x94E80B) is known color: Spring Bud. HEX triplet: 94, E8 and 0B. RGB value is (148,232,11). Sum of RGB (Red+Green+Blue) = 148+232+11=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 232 (91.02% from 255 or 59.34% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 232 - color contains mainly: green. Hex color #94E80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94E80B is #6B17F4. Grayscale: #B6B6B6. Windows color (decimal): -7018485 or 780436. OLE color: 780436.
HSL color Cylindrical-coordinate representation of color #94E80B: hue angle of 82.81º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94E80B is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 11 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.09 |
| HSL | 82.81º | 0.91% | 0.48% | - |
| HSV(B) | 82.81º | 0.95% | 0.91% | - |
| XYZ | 41.13 | 64.03 | 10.51 | - |
| YUV | 181.69 | 31.67 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 11 | 0.36 | 0 | 0.95 | 0.09 | 82.81 | 0.91 | 0.48 |
| Hex | 94 | E8 | B | 24 | 0 | 5F | 9 | 53 | 5B | 30 |
| Octal | 224 | 350 | 13 | 44 | 0 | 137 | 11 | 123 | 133 | 60 |
| Binary | 10010100 | 11101000 | 1011 | 100100 | 0 | 1011111 | 1001 | 1010011 | 1011011 | 110000 |
Color Harmonies of #94E80B
Complementary color
Monochromatic Colors of #94E80B
Black with #94E80B
Text Example
Text Example
White with #94E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E80B; }
p { color: rgb(148,232,11); }
H1.HeaderClassName
{
color: #94E80B;
}
.AnyTagClassName
{
color: #94E80B;
}
</style>
background-color css
<style>
a { background-color: #94E80B; }
a { background-color: rgb(148,232,11); }
div.DivClassName
{
background-color: #94E80B;
}
.BgClassName
{
background-color: #94E80B;
}
</style>
border-color css
<style>
span { border-color: #94E80B; }
span { border-color: rgb(148,232,11); }
td.TdClassName
{
border-color: #94E80B;
}
.TagClassName
{
border-color: #94E80B;
}
</style>