Shades of Spring Bud #93F607
Tints of Spring Bud #93F607
RGB
CMYK
RGB Variations
Color information
#93F607 (or 0x93F607) is known color: Spring Bud. HEX triplet: 93, F6 and 07. RGB value is (147,246,7). Sum of RGB (Red+Green+Blue) = 147+246+7=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 246 (96.48% from 255 or 61.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 246 - color contains mainly: green. Hex color #93F607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F607 is #6C09F8. Grayscale: #BEBEBE. Windows color (decimal): -7080441 or 521875. OLE color: 521875.
HSL color Cylindrical-coordinate representation of color #93F607: hue angle of 84.85º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93F607 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 7 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.04 |
| HSL | 84.85º | 0.94% | 0.5% | - |
| HSV(B) | 84.85º | 0.97% | 0.96% | - |
| XYZ | 45.03 | 72.13 | 11.75 | - |
| YUV | 189.15 | 25.2 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 7 | 0.40 | 0 | 0.97 | 0.04 | 84.85 | 0.94 | 0.5 |
| Hex | 93 | F6 | 7 | 28 | 0 | 61 | 4 | 55 | 5E | 32 |
| Octal | 223 | 366 | 7 | 50 | 0 | 141 | 4 | 125 | 136 | 62 |
| Binary | 10010011 | 11110110 | 111 | 101000 | 0 | 1100001 | 100 | 1010101 | 1011110 | 110010 |
Color Harmonies of #93F607
Complementary color
Monochromatic Colors of #93F607
Black with #93F607
Text Example
Text Example
White with #93F607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F607; }
p { color: rgb(147,246,7); }
H1.HeaderClassName
{
color: #93F607;
}
.AnyTagClassName
{
color: #93F607;
}
</style>
background-color css
<style>
a { background-color: #93F607; }
a { background-color: rgb(147,246,7); }
div.DivClassName
{
background-color: #93F607;
}
.BgClassName
{
background-color: #93F607;
}
</style>
border-color css
<style>
span { border-color: #93F607; }
span { border-color: rgb(147,246,7); }
td.TdClassName
{
border-color: #93F607;
}
.TagClassName
{
border-color: #93F607;
}
</style>