Shades of Spring Bud #94F00B
Tints of Spring Bud #94F00B
RGB
CMYK
RGB Variations
Color information
#94F00B (or 0x94F00B) is known color: Spring Bud. HEX triplet: 94, F0 and 0B. RGB value is (148,240,11). Sum of RGB (Red+Green+Blue) = 148+240+11=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #94F00B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F00B is #6B0FF4. Grayscale: #BBBBBB. Windows color (decimal): -7016437 or 782484. OLE color: 782484.
HSL color Cylindrical-coordinate representation of color #94F00B: hue angle of 84.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94F00B is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 11 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.06 |
| HSL | 84.1º | 0.91% | 0.49% | - |
| HSV(B) | 84.1º | 0.95% | 0.94% | - |
| XYZ | 43.43 | 68.64 | 11.28 | - |
| YUV | 186.39 | 29.02 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 11 | 0.38 | 0 | 0.95 | 0.06 | 84.1 | 0.91 | 0.49 |
| Hex | 94 | F0 | B | 26 | 0 | 5F | 6 | 54 | 5B | 31 |
| Octal | 224 | 360 | 13 | 46 | 0 | 137 | 6 | 124 | 133 | 61 |
| Binary | 10010100 | 11110000 | 1011 | 100110 | 0 | 1011111 | 110 | 1010100 | 1011011 | 110001 |
Color Harmonies of #94F00B
Complementary color
Monochromatic Colors of #94F00B
Black with #94F00B
Text Example
Text Example
White with #94F00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F00B; }
p { color: rgb(148,240,11); }
H1.HeaderClassName
{
color: #94F00B;
}
.AnyTagClassName
{
color: #94F00B;
}
</style>
background-color css
<style>
a { background-color: #94F00B; }
a { background-color: rgb(148,240,11); }
div.DivClassName
{
background-color: #94F00B;
}
.BgClassName
{
background-color: #94F00B;
}
</style>
border-color css
<style>
span { border-color: #94F00B; }
span { border-color: rgb(148,240,11); }
td.TdClassName
{
border-color: #94F00B;
}
.TagClassName
{
border-color: #94F00B;
}
</style>