Shades of Spring Bud #93F319
Tints of Spring Bud #93F319
RGB
CMYK
RGB Variations
Color information
#93F319 (or 0x93F319) is known color: Spring Bud. HEX triplet: 93, F3 and 19. RGB value is (147,243,25). Sum of RGB (Red+Green+Blue) = 147+243+25=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #93F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F319 is #6C0CE6. Grayscale: #BEBEBE. Windows color (decimal): -7081191 or 1700755. OLE color: 1700755.
HSL color Cylindrical-coordinate representation of color #93F319: hue angle of 86.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93F319 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 25 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.05 |
| HSL | 86.42º | 0.9% | 0.53% | - |
| HSV(B) | 86.42º | 0.9% | 0.95% | - |
| XYZ | 44.26 | 70.37 | 12.17 | - |
| YUV | 189.44 | 35.2 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 25 | 0.40 | 0 | 0.90 | 0.05 | 86.42 | 0.9 | 0.53 |
| Hex | 93 | F3 | 19 | 28 | 0 | 5A | 5 | 56 | 5A | 35 |
| Octal | 223 | 363 | 31 | 50 | 0 | 132 | 5 | 126 | 132 | 65 |
| Binary | 10010011 | 11110011 | 11001 | 101000 | 0 | 1011010 | 101 | 1010110 | 1011010 | 110101 |
Color Harmonies of #93F319
Complementary color
Monochromatic Colors of #93F319
Black with #93F319
Text Example
Text Example
White with #93F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F319; }
p { color: rgb(147,243,25); }
H1.HeaderClassName
{
color: #93F319;
}
.AnyTagClassName
{
color: #93F319;
}
</style>
background-color css
<style>
a { background-color: #93F319; }
a { background-color: rgb(147,243,25); }
div.DivClassName
{
background-color: #93F319;
}
.BgClassName
{
background-color: #93F319;
}
</style>
border-color css
<style>
span { border-color: #93F319; }
span { border-color: rgb(147,243,25); }
td.TdClassName
{
border-color: #93F319;
}
.TagClassName
{
border-color: #93F319;
}
</style>