Shades of Spring Bud #93F611
Tints of Spring Bud #93F611
RGB
CMYK
RGB Variations
Color information
#93F611 (or 0x93F611) is known color: Spring Bud. HEX triplet: 93, F6 and 11. RGB value is (147,246,17). Sum of RGB (Red+Green+Blue) = 147+246+17=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #93F611 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F611 is #6C09EE. Grayscale: #BFBFBF. Windows color (decimal): -7080431 or 1177235. OLE color: 1177235.
HSL color Cylindrical-coordinate representation of color #93F611: hue angle of 85.94º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93F611 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 17 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.04 |
| HSL | 85.94º | 0.93% | 0.52% | - |
| HSV(B) | 85.94º | 0.93% | 0.96% | - |
| XYZ | 45.09 | 72.16 | 12.08 | - |
| YUV | 190.29 | 30.2 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 17 | 0.40 | 0 | 0.93 | 0.04 | 85.94 | 0.93 | 0.52 |
| Hex | 93 | F6 | 11 | 28 | 0 | 5D | 4 | 56 | 5D | 34 |
| Octal | 223 | 366 | 21 | 50 | 0 | 135 | 4 | 126 | 135 | 64 |
| Binary | 10010011 | 11110110 | 10001 | 101000 | 0 | 1011101 | 100 | 1010110 | 1011101 | 110100 |
Color Harmonies of #93F611
Complementary color
Monochromatic Colors of #93F611
Black with #93F611
Text Example
Text Example
White with #93F611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F611; }
p { color: rgb(147,246,17); }
H1.HeaderClassName
{
color: #93F611;
}
.AnyTagClassName
{
color: #93F611;
}
</style>
background-color css
<style>
a { background-color: #93F611; }
a { background-color: rgb(147,246,17); }
div.DivClassName
{
background-color: #93F611;
}
.BgClassName
{
background-color: #93F611;
}
</style>
border-color css
<style>
span { border-color: #93F611; }
span { border-color: rgb(147,246,17); }
td.TdClassName
{
border-color: #93F611;
}
.TagClassName
{
border-color: #93F611;
}
</style>