Shades of Spring Green #00F279
Tints of Spring Green #00F279
RGB
CMYK
RGB Variations
Color information
#00F279 (or 0x00F279) is known color: Spring Green. HEX triplet: 00, F2 and 79. RGB value is (0,242,121). Sum of RGB (Red+Green+Blue) = 0+242+121=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #00F279 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F279 is #FF0D86. Grayscale: #9C9C9C. Windows color (decimal): -16715143 or 7991808. OLE color: 7991808.
HSL color Cylindrical-coordinate representation of color #00F279: hue angle of 150º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F279 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 121 | - |
| CMYK | 1 | 0 | 0.50 | 0.05 |
| HSL | 150º | 1% | 0.47% | - |
| HSV(B) | 150º | 1% | 0.95% | - |
| XYZ | 35.2 | 64.88 | 28.76 | - |
| YUV | 155.85 | 108.33 | 16.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 121 | 1 | 0 | 0.50 | 0.05 | 150 | 1 | 0.47 |
| Hex | 0 | F2 | 79 | 64 | 0 | 32 | 5 | 96 | 64 | 2F |
| Octal | 0 | 362 | 171 | 144 | 0 | 62 | 5 | 226 | 144 | 57 |
| Binary | 0 | 11110010 | 1111001 | 1100100 | 0 | 110010 | 101 | 10010110 | 1100100 | 101111 |
Color Harmonies of #00F279
Complementary color
Monochromatic Colors of #00F279
Black with #00F279
Text Example
Text Example
White with #00F279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F279; }
p { color: rgb(0,242,121); }
H1.HeaderClassName
{
color: #00F279;
}
.AnyTagClassName
{
color: #00F279;
}
</style>
background-color css
<style>
a { background-color: #00F279; }
a { background-color: rgb(0,242,121); }
div.DivClassName
{
background-color: #00F279;
}
.BgClassName
{
background-color: #00F279;
}
</style>
border-color css
<style>
span { border-color: #00F279; }
span { border-color: rgb(0,242,121); }
td.TdClassName
{
border-color: #00F279;
}
.TagClassName
{
border-color: #00F279;
}
</style>