Shades of Spring Bud #93F70A
Tints of Spring Bud #93F70A
RGB
CMYK
RGB Variations
Color information
#93F70A (or 0x93F70A) is known color: Spring Bud. HEX triplet: 93, F7 and 0A. RGB value is (147,247,10). Sum of RGB (Red+Green+Blue) = 147+247+10=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #93F70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F70A is #6C08F5. Grayscale: #BEBEBE. Windows color (decimal): -7080182 or 718739. OLE color: 718739.
HSL color Cylindrical-coordinate representation of color #93F70A: hue angle of 85.32º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93F70A is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 10 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.03 |
| HSL | 85.32º | 0.94% | 0.5% | - |
| HSV(B) | 85.32º | 0.96% | 0.97% | - |
| XYZ | 45.35 | 72.75 | 11.94 | - |
| YUV | 190.08 | 26.37 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 10 | 0.40 | 0 | 0.96 | 0.03 | 85.32 | 0.94 | 0.5 |
| Hex | 93 | F7 | A | 28 | 0 | 60 | 3 | 55 | 5E | 32 |
| Octal | 223 | 367 | 12 | 50 | 0 | 140 | 3 | 125 | 136 | 62 |
| Binary | 10010011 | 11110111 | 1010 | 101000 | 0 | 1100000 | 11 | 1010101 | 1011110 | 110010 |
Color Harmonies of #93F70A
Complementary color
Monochromatic Colors of #93F70A
Black with #93F70A
Text Example
Text Example
White with #93F70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F70A; }
p { color: rgb(147,247,10); }
H1.HeaderClassName
{
color: #93F70A;
}
.AnyTagClassName
{
color: #93F70A;
}
</style>
background-color css
<style>
a { background-color: #93F70A; }
a { background-color: rgb(147,247,10); }
div.DivClassName
{
background-color: #93F70A;
}
.BgClassName
{
background-color: #93F70A;
}
</style>
border-color css
<style>
span { border-color: #93F70A; }
span { border-color: rgb(147,247,10); }
td.TdClassName
{
border-color: #93F70A;
}
.TagClassName
{
border-color: #93F70A;
}
</style>