Shades of Spring Bud #94F101
Tints of Spring Bud #94F101
RGB
CMYK
RGB Variations
Color information
#94F101 (or 0x94F101) is known color: Spring Bud. HEX triplet: 94, F1 and 01. RGB value is (148,241,1). Sum of RGB (Red+Green+Blue) = 148+241+1=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #94F101 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F101 is #6B0EFE. Grayscale: #BABABA. Windows color (decimal): -7016191 or 127380. OLE color: 127380.
HSL color Cylindrical-coordinate representation of color #94F101: hue angle of 83.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94F101 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.05 |
| HSL | 83.25º | 0.99% | 0.47% | - |
| HSV(B) | 83.25º | 1% | 0.95% | - |
| XYZ | 43.67 | 69.21 | 11.09 | - |
| YUV | 185.83 | 23.69 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 1 | 0.39 | 0 | 1.00 | 0.05 | 83.25 | 0.99 | 0.47 |
| Hex | 94 | F1 | 1 | 27 | 0 | 64 | 5 | 53 | 63 | 2F |
| Octal | 224 | 361 | 1 | 47 | 0 | 144 | 5 | 123 | 143 | 57 |
| Binary | 10010100 | 11110001 | 1 | 100111 | 0 | 1100100 | 101 | 1010011 | 1100011 | 101111 |
Color Harmonies of #94F101
Complementary color
Monochromatic Colors of #94F101
Black with #94F101
Text Example
Text Example
White with #94F101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F101; }
p { color: rgb(148,241,1); }
H1.HeaderClassName
{
color: #94F101;
}
.AnyTagClassName
{
color: #94F101;
}
</style>
background-color css
<style>
a { background-color: #94F101; }
a { background-color: rgb(148,241,1); }
div.DivClassName
{
background-color: #94F101;
}
.BgClassName
{
background-color: #94F101;
}
</style>
border-color css
<style>
span { border-color: #94F101; }
span { border-color: rgb(148,241,1); }
td.TdClassName
{
border-color: #94F101;
}
.TagClassName
{
border-color: #94F101;
}
</style>