Shades of Spring Bud #93F001
Tints of Spring Bud #93F001
RGB
CMYK
RGB Variations
Color information
#93F001 (or 0x93F001) is known color: Spring Bud. HEX triplet: 93, F0 and 01. RGB value is (147,240,1). Sum of RGB (Red+Green+Blue) = 147+240+1=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #93F001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F001 is #6C0FFE. Grayscale: #B9B9B9. Windows color (decimal): -7081983 or 127123. OLE color: 127123.
HSL color Cylindrical-coordinate representation of color #93F001: hue angle of 83.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93F001 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.06 |
| HSL | 83.35º | 0.99% | 0.47% | - |
| HSV(B) | 83.35º | 1% | 0.94% | - |
| XYZ | 43.2 | 68.53 | 10.98 | - |
| YUV | 184.95 | 24.19 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 1 | 0.39 | 0 | 1.00 | 0.06 | 83.35 | 0.99 | 0.47 |
| Hex | 93 | F0 | 1 | 27 | 0 | 64 | 6 | 53 | 63 | 2F |
| Octal | 223 | 360 | 1 | 47 | 0 | 144 | 6 | 123 | 143 | 57 |
| Binary | 10010011 | 11110000 | 1 | 100111 | 0 | 1100100 | 110 | 1010011 | 1100011 | 101111 |
Color Harmonies of #93F001
Complementary color
Monochromatic Colors of #93F001
Black with #93F001
Text Example
Text Example
White with #93F001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F001; }
p { color: rgb(147,240,1); }
H1.HeaderClassName
{
color: #93F001;
}
.AnyTagClassName
{
color: #93F001;
}
</style>
background-color css
<style>
a { background-color: #93F001; }
a { background-color: rgb(147,240,1); }
div.DivClassName
{
background-color: #93F001;
}
.BgClassName
{
background-color: #93F001;
}
</style>
border-color css
<style>
span { border-color: #93F001; }
span { border-color: rgb(147,240,1); }
td.TdClassName
{
border-color: #93F001;
}
.TagClassName
{
border-color: #93F001;
}
</style>