Shades of Spring Bud #93F702
Tints of Spring Bud #93F702
RGB
CMYK
RGB Variations
Color information
#93F702 (or 0x93F702) is known color: Spring Bud. HEX triplet: 93, F7 and 02. RGB value is (147,247,2). Sum of RGB (Red+Green+Blue) = 147+247+2=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 247 (96.88% from 255 or 62.37% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 247 - color contains mainly: green. Hex color #93F702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F702 is #6C08FD. Grayscale: #BEBEBE. Windows color (decimal): -7080190 or 194451. OLE color: 194451.
HSL color Cylindrical-coordinate representation of color #93F702: hue angle of 84.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93F702 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.03 |
| HSL | 84.49º | 0.98% | 0.49% | - |
| HSV(B) | 84.49º | 0.99% | 0.97% | - |
| XYZ | 45.3 | 72.73 | 11.71 | - |
| YUV | 189.17 | 22.37 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 2 | 0.40 | 0 | 0.99 | 0.03 | 84.49 | 0.98 | 0.49 |
| Hex | 93 | F7 | 2 | 28 | 0 | 63 | 3 | 54 | 62 | 31 |
| Octal | 223 | 367 | 2 | 50 | 0 | 143 | 3 | 124 | 142 | 61 |
| Binary | 10010011 | 11110111 | 10 | 101000 | 0 | 1100011 | 11 | 1010100 | 1100010 | 110001 |
Color Harmonies of #93F702
Complementary color
Monochromatic Colors of #93F702
Black with #93F702
Text Example
Text Example
White with #93F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F702; }
p { color: rgb(147,247,2); }
H1.HeaderClassName
{
color: #93F702;
}
.AnyTagClassName
{
color: #93F702;
}
</style>
background-color css
<style>
a { background-color: #93F702; }
a { background-color: rgb(147,247,2); }
div.DivClassName
{
background-color: #93F702;
}
.BgClassName
{
background-color: #93F702;
}
</style>
border-color css
<style>
span { border-color: #93F702; }
span { border-color: rgb(147,247,2); }
td.TdClassName
{
border-color: #93F702;
}
.TagClassName
{
border-color: #93F702;
}
</style>