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