Shades of Spring Green #01F185
Tints of Spring Green #01F185
RGB
CMYK
RGB Variations
Color information
#01F185 (or 0x01F185) is known color: Spring Green. HEX triplet: 01, F1 and 85. RGB value is (1,241,133). Sum of RGB (Red+Green+Blue) = 1+241+133=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #01F185 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F185 is #FE0E7A. Grayscale: #9D9D9D. Windows color (decimal): -16649851 or 8777985. OLE color: 8777985.
HSL color Cylindrical-coordinate representation of color #01F185: hue angle of 153º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F185 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 133 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.05 |
| HSL | 153º | 0.99% | 0.47% | - |
| HSV(B) | 153º | 1% | 0.95% | - |
| XYZ | 35.7 | 64.61 | 32.78 | - |
| YUV | 156.93 | 114.49 | 16.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 133 | 1.00 | 0 | 0.45 | 0.05 | 153 | 0.99 | 0.47 |
| Hex | 1 | F1 | 85 | 64 | 0 | 2D | 5 | 99 | 63 | 2F |
| Octal | 1 | 361 | 205 | 144 | 0 | 55 | 5 | 231 | 143 | 57 |
| Binary | 1 | 11110001 | 10000101 | 1100100 | 0 | 101101 | 101 | 10011001 | 1100011 | 101111 |
Color Harmonies of #01F185
Complementary color
Monochromatic Colors of #01F185
Black with #01F185
Text Example
Text Example
White with #01F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F185; }
p { color: rgb(1,241,133); }
H1.HeaderClassName
{
color: #01F185;
}
.AnyTagClassName
{
color: #01F185;
}
</style>
background-color css
<style>
a { background-color: #01F185; }
a { background-color: rgb(1,241,133); }
div.DivClassName
{
background-color: #01F185;
}
.BgClassName
{
background-color: #01F185;
}
</style>
border-color css
<style>
span { border-color: #01F185; }
span { border-color: rgb(1,241,133); }
td.TdClassName
{
border-color: #01F185;
}
.TagClassName
{
border-color: #01F185;
}
</style>