Shades of Spring Bud #93F908
Tints of Spring Bud #93F908
RGB
CMYK
RGB Variations
Color information
#93F908 (or 0x93F908) is known color: Spring Bud. HEX triplet: 93, F9 and 08. RGB value is (147,249,8). Sum of RGB (Red+Green+Blue) = 147+249+8=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #93F908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F908 is #6C06F7. Grayscale: #BFBFBF. Windows color (decimal): -7079672 or 588179. OLE color: 588179.
HSL color Cylindrical-coordinate representation of color #93F908: hue angle of 85.39º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93F908 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 249 | 8 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.02 |
| HSL | 85.39º | 0.95% | 0.5% | - |
| HSV(B) | 85.39º | 0.97% | 0.98% | - |
| XYZ | 45.95 | 73.97 | 12.09 | - |
| YUV | 191.03 | 24.71 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 249 | 8 | 0.41 | 0 | 0.97 | 0.02 | 85.39 | 0.95 | 0.5 |
| Hex | 93 | F9 | 8 | 29 | 0 | 61 | 2 | 55 | 5F | 32 |
| Octal | 223 | 371 | 10 | 51 | 0 | 141 | 2 | 125 | 137 | 62 |
| Binary | 10010011 | 11111001 | 1000 | 101001 | 0 | 1100001 | 10 | 1010101 | 1011111 | 110010 |
Color Harmonies of #93F908
Complementary color
Monochromatic Colors of #93F908
Black with #93F908
Text Example
Text Example
White with #93F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F908; }
p { color: rgb(147,249,8); }
H1.HeaderClassName
{
color: #93F908;
}
.AnyTagClassName
{
color: #93F908;
}
</style>
background-color css
<style>
a { background-color: #93F908; }
a { background-color: rgb(147,249,8); }
div.DivClassName
{
background-color: #93F908;
}
.BgClassName
{
background-color: #93F908;
}
</style>
border-color css
<style>
span { border-color: #93F908; }
span { border-color: rgb(147,249,8); }
td.TdClassName
{
border-color: #93F908;
}
.TagClassName
{
border-color: #93F908;
}
</style>