Shades of Spring Green #01F375
Tints of Spring Green #01F375
RGB
CMYK
RGB Variations
Color information
#01F375 (or 0x01F375) is known color: Spring Green. HEX triplet: 01, F3 and 75. RGB value is (1,243,117). Sum of RGB (Red+Green+Blue) = 1+243+117=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #01F375 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F375 is #FE0C8A. Grayscale: #9C9C9C. Windows color (decimal): -16649355 or 7729921. OLE color: 7729921.
HSL color Cylindrical-coordinate representation of color #01F375: hue angle of 148.76º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F375 is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 117 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.05 |
| HSL | 148.76º | 0.99% | 0.48% | - |
| HSV(B) | 148.76º | 1% | 0.95% | - |
| XYZ | 35.27 | 65.39 | 27.59 | - |
| YUV | 156.28 | 105.83 | 17.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 117 | 1.00 | 0 | 0.52 | 0.05 | 148.76 | 0.99 | 0.48 |
| Hex | 1 | F3 | 75 | 64 | 0 | 34 | 5 | 95 | 63 | 30 |
| Octal | 1 | 363 | 165 | 144 | 0 | 64 | 5 | 225 | 143 | 60 |
| Binary | 1 | 11110011 | 1110101 | 1100100 | 0 | 110100 | 101 | 10010101 | 1100011 | 110000 |
Color Harmonies of #01F375
Complementary color
Monochromatic Colors of #01F375
Black with #01F375
Text Example
Text Example
White with #01F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F375; }
p { color: rgb(1,243,117); }
H1.HeaderClassName
{
color: #01F375;
}
.AnyTagClassName
{
color: #01F375;
}
</style>
background-color css
<style>
a { background-color: #01F375; }
a { background-color: rgb(1,243,117); }
div.DivClassName
{
background-color: #01F375;
}
.BgClassName
{
background-color: #01F375;
}
</style>
border-color css
<style>
span { border-color: #01F375; }
span { border-color: rgb(1,243,117); }
td.TdClassName
{
border-color: #01F375;
}
.TagClassName
{
border-color: #01F375;
}
</style>