Shades of Spring Bud #94F10C
Tints of Spring Bud #94F10C
RGB
CMYK
RGB Variations
Color information
#94F10C (or 0x94F10C) is known color: Spring Bud. HEX triplet: 94, F1 and 0C. RGB value is (148,241,12). Sum of RGB (Red+Green+Blue) = 148+241+12=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #94F10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F10C is #6B0EF3. Grayscale: #BBBBBB. Windows color (decimal): -7016180 or 848276. OLE color: 848276.
HSL color Cylindrical-coordinate representation of color #94F10C: hue angle of 84.37º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94F10C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.05 |
| HSL | 84.37º | 0.91% | 0.5% | - |
| HSV(B) | 84.37º | 0.95% | 0.95% | - |
| XYZ | 43.73 | 69.23 | 11.41 | - |
| YUV | 187.09 | 29.19 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 12 | 0.39 | 0 | 0.95 | 0.05 | 84.37 | 0.91 | 0.5 |
| Hex | 94 | F1 | C | 27 | 0 | 5F | 5 | 54 | 5B | 32 |
| Octal | 224 | 361 | 14 | 47 | 0 | 137 | 5 | 124 | 133 | 62 |
| Binary | 10010100 | 11110001 | 1100 | 100111 | 0 | 1011111 | 101 | 1010100 | 1011011 | 110010 |
Color Harmonies of #94F10C
Complementary color
Monochromatic Colors of #94F10C
Black with #94F10C
Text Example
Text Example
White with #94F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F10C; }
p { color: rgb(148,241,12); }
H1.HeaderClassName
{
color: #94F10C;
}
.AnyTagClassName
{
color: #94F10C;
}
</style>
background-color css
<style>
a { background-color: #94F10C; }
a { background-color: rgb(148,241,12); }
div.DivClassName
{
background-color: #94F10C;
}
.BgClassName
{
background-color: #94F10C;
}
</style>
border-color css
<style>
span { border-color: #94F10C; }
span { border-color: rgb(148,241,12); }
td.TdClassName
{
border-color: #94F10C;
}
.TagClassName
{
border-color: #94F10C;
}
</style>