Shades of Spring Bud #93F411
Tints of Spring Bud #93F411
RGB
CMYK
RGB Variations
Color information
#93F411 (or 0x93F411) is known color: Spring Bud. HEX triplet: 93, F4 and 11. RGB value is (147,244,17). Sum of RGB (Red+Green+Blue) = 147+244+17=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 244 (95.70% from 255 or 59.80% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 244 - color contains mainly: green. Hex color #93F411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F411 is #6C0BEE. Grayscale: #BDBDBD. Windows color (decimal): -7080943 or 1176723. OLE color: 1176723.
HSL color Cylindrical-coordinate representation of color #93F411: hue angle of 85.64º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93F411 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 17 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.04 |
| HSL | 85.64º | 0.91% | 0.51% | - |
| HSV(B) | 85.64º | 0.93% | 0.96% | - |
| XYZ | 44.48 | 70.94 | 11.88 | - |
| YUV | 189.12 | 30.86 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 17 | 0.40 | 0 | 0.93 | 0.04 | 85.64 | 0.91 | 0.51 |
| Hex | 93 | F4 | 11 | 28 | 0 | 5D | 4 | 56 | 5B | 33 |
| Octal | 223 | 364 | 21 | 50 | 0 | 135 | 4 | 126 | 133 | 63 |
| Binary | 10010011 | 11110100 | 10001 | 101000 | 0 | 1011101 | 100 | 1010110 | 1011011 | 110011 |
Color Harmonies of #93F411
Complementary color
Monochromatic Colors of #93F411
Black with #93F411
Text Example
Text Example
White with #93F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F411; }
p { color: rgb(147,244,17); }
H1.HeaderClassName
{
color: #93F411;
}
.AnyTagClassName
{
color: #93F411;
}
</style>
background-color css
<style>
a { background-color: #93F411; }
a { background-color: rgb(147,244,17); }
div.DivClassName
{
background-color: #93F411;
}
.BgClassName
{
background-color: #93F411;
}
</style>
border-color css
<style>
span { border-color: #93F411; }
span { border-color: rgb(147,244,17); }
td.TdClassName
{
border-color: #93F411;
}
.TagClassName
{
border-color: #93F411;
}
</style>