Shades of Spring Bud #94F312
Tints of Spring Bud #94F312
RGB
CMYK
RGB Variations
Color information
#94F312 (or 0x94F312) is known color: Spring Bud. HEX triplet: 94, F3 and 12. RGB value is (148,243,18). Sum of RGB (Red+Green+Blue) = 148+243+18=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #94F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F312 is #6B0CED. Grayscale: #BDBDBD. Windows color (decimal): -7015662 or 1242004. OLE color: 1242004.
HSL color Cylindrical-coordinate representation of color #94F312: hue angle of 85.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F312 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 18 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.05 |
| HSL | 85.33º | 0.9% | 0.51% | - |
| HSV(B) | 85.33º | 0.93% | 0.95% | - |
| XYZ | 44.37 | 70.44 | 11.83 | - |
| YUV | 188.95 | 31.53 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 18 | 0.39 | 0 | 0.93 | 0.05 | 85.33 | 0.9 | 0.51 |
| Hex | 94 | F3 | 12 | 27 | 0 | 5D | 5 | 55 | 5A | 33 |
| Octal | 224 | 363 | 22 | 47 | 0 | 135 | 5 | 125 | 132 | 63 |
| Binary | 10010100 | 11110011 | 10010 | 100111 | 0 | 1011101 | 101 | 1010101 | 1011010 | 110011 |
Color Harmonies of #94F312
Complementary color
Monochromatic Colors of #94F312
Black with #94F312
Text Example
Text Example
White with #94F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F312; }
p { color: rgb(148,243,18); }
H1.HeaderClassName
{
color: #94F312;
}
.AnyTagClassName
{
color: #94F312;
}
</style>
background-color css
<style>
a { background-color: #94F312; }
a { background-color: rgb(148,243,18); }
div.DivClassName
{
background-color: #94F312;
}
.BgClassName
{
background-color: #94F312;
}
</style>
border-color css
<style>
span { border-color: #94F312; }
span { border-color: rgb(148,243,18); }
td.TdClassName
{
border-color: #94F312;
}
.TagClassName
{
border-color: #94F312;
}
</style>