Shades of Spring Green #01F675
Tints of Spring Green #01F675
RGB
CMYK
RGB Variations
Color information
#01F675 (or 0x01F675) is known color: Spring Green. HEX triplet: 01, F6 and 75. RGB value is (1,246,117). Sum of RGB (Red+Green+Blue) = 1+246+117=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 246 (96.48% from 255 or 67.58% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 246 - color contains mainly: green. Hex color #01F675 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F675 is #FE098A. Grayscale: #9E9E9E. Windows color (decimal): -16648587 or 7730689. OLE color: 7730689.
HSL color Cylindrical-coordinate representation of color #01F675: hue angle of 148.41º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F675 is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 246 | 117 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.04 |
| HSL | 148.41º | 0.99% | 0.48% | - |
| HSV(B) | 148.41º | 1% | 0.96% | - |
| XYZ | 36.18 | 67.2 | 27.89 | - |
| YUV | 158.04 | 104.83 | 15.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 246 | 117 | 1.00 | 0 | 0.52 | 0.04 | 148.41 | 0.99 | 0.48 |
| Hex | 1 | F6 | 75 | 64 | 0 | 34 | 4 | 94 | 63 | 30 |
| Octal | 1 | 366 | 165 | 144 | 0 | 64 | 4 | 224 | 143 | 60 |
| Binary | 1 | 11110110 | 1110101 | 1100100 | 0 | 110100 | 100 | 10010100 | 1100011 | 110000 |
Color Harmonies of #01F675
Complementary color
Monochromatic Colors of #01F675
Black with #01F675
Text Example
Text Example
White with #01F675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F675; }
p { color: rgb(1,246,117); }
H1.HeaderClassName
{
color: #01F675;
}
.AnyTagClassName
{
color: #01F675;
}
</style>
background-color css
<style>
a { background-color: #01F675; }
a { background-color: rgb(1,246,117); }
div.DivClassName
{
background-color: #01F675;
}
.BgClassName
{
background-color: #01F675;
}
</style>
border-color css
<style>
span { border-color: #01F675; }
span { border-color: rgb(1,246,117); }
td.TdClassName
{
border-color: #01F675;
}
.TagClassName
{
border-color: #01F675;
}
</style>