Shades of Spring Green #00F370
Tints of Spring Green #00F370
RGB
CMYK
RGB Variations
Color information
#00F370 (or 0x00F370) is known color: Spring Green. HEX triplet: 00, F3 and 70. RGB value is (0,243,112). Sum of RGB (Red+Green+Blue) = 0+243+112=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #00F370 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F370 is #FF0C8F. Grayscale: #9B9B9B. Windows color (decimal): -16714896 or 7402240. OLE color: 7402240.
HSL color Cylindrical-coordinate representation of color #00F370: hue angle of 147.65º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F370 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 112 | - |
| CMYK | 1 | 0 | 0.54 | 0.05 |
| HSL | 147.65º | 1% | 0.48% | - |
| HSV(B) | 147.65º | 1% | 0.95% | - |
| XYZ | 34.98 | 65.27 | 26.08 | - |
| YUV | 155.41 | 103.49 | 17.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 112 | 1 | 0 | 0.54 | 0.05 | 147.65 | 1 | 0.48 |
| Hex | 0 | F3 | 70 | 64 | 0 | 36 | 5 | 94 | 64 | 30 |
| Octal | 0 | 363 | 160 | 144 | 0 | 66 | 5 | 224 | 144 | 60 |
| Binary | 0 | 11110011 | 1110000 | 1100100 | 0 | 110110 | 101 | 10010100 | 1100100 | 110000 |
Color Harmonies of #00F370
Complementary color
Monochromatic Colors of #00F370
Black with #00F370
Text Example
Text Example
White with #00F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F370; }
p { color: rgb(0,243,112); }
H1.HeaderClassName
{
color: #00F370;
}
.AnyTagClassName
{
color: #00F370;
}
</style>
background-color css
<style>
a { background-color: #00F370; }
a { background-color: rgb(0,243,112); }
div.DivClassName
{
background-color: #00F370;
}
.BgClassName
{
background-color: #00F370;
}
</style>
border-color css
<style>
span { border-color: #00F370; }
span { border-color: rgb(0,243,112); }
td.TdClassName
{
border-color: #00F370;
}
.TagClassName
{
border-color: #00F370;
}
</style>