Shades of Spring Bud #94F010
Tints of Spring Bud #94F010
RGB
CMYK
RGB Variations
Color information
#94F010 (or 0x94F010) is known color: Spring Bud. HEX triplet: 94, F0 and 10. RGB value is (148,240,16). Sum of RGB (Red+Green+Blue) = 148+240+16=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #94F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F010 is #6B0FEF. Grayscale: #BBBBBB. Windows color (decimal): -7016432 or 1110164. OLE color: 1110164.
HSL color Cylindrical-coordinate representation of color #94F010: hue angle of 84.64º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F010 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.06 |
| HSL | 84.64º | 0.88% | 0.5% | - |
| HSV(B) | 84.64º | 0.93% | 0.94% | - |
| XYZ | 43.47 | 68.65 | 11.45 | - |
| YUV | 186.96 | 31.52 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 16 | 0.38 | 0 | 0.93 | 0.06 | 84.64 | 0.88 | 0.5 |
| Hex | 94 | F0 | 10 | 26 | 0 | 5D | 6 | 55 | 58 | 32 |
| Octal | 224 | 360 | 20 | 46 | 0 | 135 | 6 | 125 | 130 | 62 |
| Binary | 10010100 | 11110000 | 10000 | 100110 | 0 | 1011101 | 110 | 1010101 | 1011000 | 110010 |
Color Harmonies of #94F010
Complementary color
Monochromatic Colors of #94F010
Black with #94F010
Text Example
Text Example
White with #94F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F010; }
p { color: rgb(148,240,16); }
H1.HeaderClassName
{
color: #94F010;
}
.AnyTagClassName
{
color: #94F010;
}
</style>
background-color css
<style>
a { background-color: #94F010; }
a { background-color: rgb(148,240,16); }
div.DivClassName
{
background-color: #94F010;
}
.BgClassName
{
background-color: #94F010;
}
</style>
border-color css
<style>
span { border-color: #94F010; }
span { border-color: rgb(148,240,16); }
td.TdClassName
{
border-color: #94F010;
}
.TagClassName
{
border-color: #94F010;
}
</style>