Shades of Spring Bud #93F610
Tints of Spring Bud #93F610
RGB
CMYK
RGB Variations
Color information
#93F610 (or 0x93F610) is known color: Spring Bud. HEX triplet: 93, F6 and 10. RGB value is (147,246,16). Sum of RGB (Red+Green+Blue) = 147+246+16=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #93F610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F610 is #6C09EF. Grayscale: #BEBEBE. Windows color (decimal): -7080432 or 1111699. OLE color: 1111699.
HSL color Cylindrical-coordinate representation of color #93F610: hue angle of 85.83º degrees, saturation: 0.93, 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 #93F610 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.04 |
| HSL | 85.83º | 0.93% | 0.51% | - |
| HSV(B) | 85.83º | 0.93% | 0.96% | - |
| XYZ | 45.08 | 72.15 | 12.04 | - |
| YUV | 190.18 | 29.7 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 16 | 0.40 | 0 | 0.93 | 0.04 | 85.83 | 0.93 | 0.51 |
| Hex | 93 | F6 | 10 | 28 | 0 | 5D | 4 | 56 | 5D | 33 |
| Octal | 223 | 366 | 20 | 50 | 0 | 135 | 4 | 126 | 135 | 63 |
| Binary | 10010011 | 11110110 | 10000 | 101000 | 0 | 1011101 | 100 | 1010110 | 1011101 | 110011 |
Color Harmonies of #93F610
Complementary color
Monochromatic Colors of #93F610
Black with #93F610
Text Example
Text Example
White with #93F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F610; }
p { color: rgb(147,246,16); }
H1.HeaderClassName
{
color: #93F610;
}
.AnyTagClassName
{
color: #93F610;
}
</style>
background-color css
<style>
a { background-color: #93F610; }
a { background-color: rgb(147,246,16); }
div.DivClassName
{
background-color: #93F610;
}
.BgClassName
{
background-color: #93F610;
}
</style>
border-color css
<style>
span { border-color: #93F610; }
span { border-color: rgb(147,246,16); }
td.TdClassName
{
border-color: #93F610;
}
.TagClassName
{
border-color: #93F610;
}
</style>