Shades of Spring Green #00F263
Tints of Spring Green #00F263
RGB
CMYK
RGB Variations
Color information
#00F263 (or 0x00F263) is known color: Spring Green. HEX triplet: 00, F2 and 63. RGB value is (0,242,99). Sum of RGB (Red+Green+Blue) = 0+242+99=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #00F263 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F263 is #FF0D9C. Grayscale: #999999. Windows color (decimal): -16715165 or 6550016. OLE color: 6550016.
HSL color Cylindrical-coordinate representation of color #00F263: hue angle of 144.55º 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 #00F263 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 99 | - |
| CMYK | 1 | 0 | 0.59 | 0.05 |
| HSL | 144.55º | 1% | 0.47% | - |
| HSV(B) | 144.55º | 1% | 0.95% | - |
| XYZ | 34 | 64.41 | 22.44 | - |
| YUV | 153.34 | 97.33 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 99 | 1 | 0 | 0.59 | 0.05 | 144.55 | 1 | 0.47 |
| Hex | 0 | F2 | 63 | 64 | 0 | 3B | 5 | 91 | 64 | 2F |
| Octal | 0 | 362 | 143 | 144 | 0 | 73 | 5 | 221 | 144 | 57 |
| Binary | 0 | 11110010 | 1100011 | 1100100 | 0 | 111011 | 101 | 10010001 | 1100100 | 101111 |
Color Harmonies of #00F263
Complementary color
Monochromatic Colors of #00F263
Black with #00F263
Text Example
Text Example
White with #00F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F263; }
p { color: rgb(0,242,99); }
H1.HeaderClassName
{
color: #00F263;
}
.AnyTagClassName
{
color: #00F263;
}
</style>
background-color css
<style>
a { background-color: #00F263; }
a { background-color: rgb(0,242,99); }
div.DivClassName
{
background-color: #00F263;
}
.BgClassName
{
background-color: #00F263;
}
</style>
border-color css
<style>
span { border-color: #00F263; }
span { border-color: rgb(0,242,99); }
td.TdClassName
{
border-color: #00F263;
}
.TagClassName
{
border-color: #00F263;
}
</style>