Shades of Spring Bud #93F305
Tints of Spring Bud #93F305
RGB
CMYK
RGB Variations
Color information
#93F305 (or 0x93F305) is known color: Spring Bud. HEX triplet: 93, F3 and 05. RGB value is (147,243,5). Sum of RGB (Red+Green+Blue) = 147+243+5=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #93F305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F305 is #6C0CFA. Grayscale: #BCBCBC. Windows color (decimal): -7081211 or 390035. OLE color: 390035.
HSL color Cylindrical-coordinate representation of color #93F305: hue angle of 84.2º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93F305 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 5 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.05 |
| HSL | 84.2º | 0.96% | 0.49% | - |
| HSV(B) | 84.2º | 0.98% | 0.95% | - |
| XYZ | 44.11 | 70.32 | 11.39 | - |
| YUV | 187.16 | 25.2 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 5 | 0.40 | 0 | 0.98 | 0.05 | 84.2 | 0.96 | 0.49 |
| Hex | 93 | F3 | 5 | 28 | 0 | 62 | 5 | 54 | 60 | 31 |
| Octal | 223 | 363 | 5 | 50 | 0 | 142 | 5 | 124 | 140 | 61 |
| Binary | 10010011 | 11110011 | 101 | 101000 | 0 | 1100010 | 101 | 1010100 | 1100000 | 110001 |
Color Harmonies of #93F305
Complementary color
Monochromatic Colors of #93F305
Black with #93F305
Text Example
Text Example
White with #93F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F305; }
p { color: rgb(147,243,5); }
H1.HeaderClassName
{
color: #93F305;
}
.AnyTagClassName
{
color: #93F305;
}
</style>
background-color css
<style>
a { background-color: #93F305; }
a { background-color: rgb(147,243,5); }
div.DivClassName
{
background-color: #93F305;
}
.BgClassName
{
background-color: #93F305;
}
</style>
border-color css
<style>
span { border-color: #93F305; }
span { border-color: rgb(147,243,5); }
td.TdClassName
{
border-color: #93F305;
}
.TagClassName
{
border-color: #93F305;
}
</style>