Shades of Spring Bud #94F602
Tints of Spring Bud #94F602
RGB
CMYK
RGB Variations
Color information
#94F602 (or 0x94F602) is known color: Spring Bud. HEX triplet: 94, F6 and 02. RGB value is (148,246,2). Sum of RGB (Red+Green+Blue) = 148+246+2=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 246 (96.48% from 255 or 62.12% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 246 - color contains mainly: green. Hex color #94F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F602 is #6B09FD. Grayscale: #BDBDBD. Windows color (decimal): -7014910 or 194196. OLE color: 194196.
HSL color Cylindrical-coordinate representation of color #94F602: hue angle of 84.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94F602 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.04 |
| HSL | 84.1º | 0.98% | 0.49% | - |
| HSV(B) | 84.1º | 0.99% | 0.96% | - |
| XYZ | 45.18 | 72.21 | 11.61 | - |
| YUV | 188.88 | 22.53 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 2 | 0.40 | 0 | 0.99 | 0.04 | 84.1 | 0.98 | 0.49 |
| Hex | 94 | F6 | 2 | 28 | 0 | 63 | 4 | 54 | 62 | 31 |
| Octal | 224 | 366 | 2 | 50 | 0 | 143 | 4 | 124 | 142 | 61 |
| Binary | 10010100 | 11110110 | 10 | 101000 | 0 | 1100011 | 100 | 1010100 | 1100010 | 110001 |
Color Harmonies of #94F602
Complementary color
Monochromatic Colors of #94F602
Black with #94F602
Text Example
Text Example
White with #94F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F602; }
p { color: rgb(148,246,2); }
H1.HeaderClassName
{
color: #94F602;
}
.AnyTagClassName
{
color: #94F602;
}
</style>
background-color css
<style>
a { background-color: #94F602; }
a { background-color: rgb(148,246,2); }
div.DivClassName
{
background-color: #94F602;
}
.BgClassName
{
background-color: #94F602;
}
</style>
border-color css
<style>
span { border-color: #94F602; }
span { border-color: rgb(148,246,2); }
td.TdClassName
{
border-color: #94F602;
}
.TagClassName
{
border-color: #94F602;
}
</style>