Shades of Spring Bud #93FA08
Tints of Spring Bud #93FA08
RGB
CMYK
RGB Variations
Color information
#93FA08 (or 0x93FA08) is known color: Spring Bud. HEX triplet: 93, FA and 08. RGB value is (147,250,8). Sum of RGB (Red+Green+Blue) = 147+250+8=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FA08 is #6C05F7. Grayscale: #C0C0C0. Windows color (decimal): -7079416 or 588435. OLE color: 588435.
HSL color Cylindrical-coordinate representation of color #93FA08: hue angle of 85.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93FA08 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 8 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.02 |
| HSL | 85.54º | 0.96% | 0.51% | - |
| HSV(B) | 85.54º | 0.97% | 0.98% | - |
| XYZ | 46.26 | 74.59 | 12.19 | - |
| YUV | 191.62 | 24.38 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 8 | 0.41 | 0 | 0.97 | 0.02 | 85.54 | 0.96 | 0.51 |
| Hex | 93 | FA | 8 | 29 | 0 | 61 | 2 | 56 | 60 | 33 |
| Octal | 223 | 372 | 10 | 51 | 0 | 141 | 2 | 126 | 140 | 63 |
| Binary | 10010011 | 11111010 | 1000 | 101001 | 0 | 1100001 | 10 | 1010110 | 1100000 | 110011 |
Color Harmonies of #93FA08
Complementary color
Monochromatic Colors of #93FA08
Black with #93FA08
Text Example
Text Example
White with #93FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FA08; }
p { color: rgb(147,250,8); }
H1.HeaderClassName
{
color: #93FA08;
}
.AnyTagClassName
{
color: #93FA08;
}
</style>
background-color css
<style>
a { background-color: #93FA08; }
a { background-color: rgb(147,250,8); }
div.DivClassName
{
background-color: #93FA08;
}
.BgClassName
{
background-color: #93FA08;
}
</style>
border-color css
<style>
span { border-color: #93FA08; }
span { border-color: rgb(147,250,8); }
td.TdClassName
{
border-color: #93FA08;
}
.TagClassName
{
border-color: #93FA08;
}
</style>