Shades of Spring Green #00FD74
Tints of Spring Green #00FD74
RGB
CMYK
RGB Variations
Color information
#00FD74 (or 0x00FD74) is known color: Spring Green. HEX triplet: 00, FD and 74. RGB value is (0,253,116). Sum of RGB (Red+Green+Blue) = 0+253+116=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FD74 is #FF028B. Grayscale: #A2A2A2. Windows color (decimal): -16712332 or 7666944. OLE color: 7666944.
HSL color Cylindrical-coordinate representation of color #00FD74: hue angle of 147.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD74 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 116 | - |
| CMYK | 1 | 0 | 0.54 | 0.01 |
| HSL | 147.51º | 1% | 0.5% | - |
| HSV(B) | 147.51º | 1% | 0.99% | - |
| XYZ | 38.28 | 71.51 | 28.31 | - |
| YUV | 161.74 | 102.18 | 12.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 116 | 1 | 0 | 0.54 | 0.01 | 147.51 | 1 | 0.5 |
| Hex | 0 | FD | 74 | 64 | 0 | 36 | 1 | 94 | 64 | 32 |
| Octal | 0 | 375 | 164 | 144 | 0 | 66 | 1 | 224 | 144 | 62 |
| Binary | 0 | 11111101 | 1110100 | 1100100 | 0 | 110110 | 1 | 10010100 | 1100100 | 110010 |
Color Harmonies of #00FD74
Complementary color
Monochromatic Colors of #00FD74
Black with #00FD74
Text Example
Text Example
White with #00FD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FD74; }
p { color: rgb(0,253,116); }
H1.HeaderClassName
{
color: #00FD74;
}
.AnyTagClassName
{
color: #00FD74;
}
</style>
background-color css
<style>
a { background-color: #00FD74; }
a { background-color: rgb(0,253,116); }
div.DivClassName
{
background-color: #00FD74;
}
.BgClassName
{
background-color: #00FD74;
}
</style>
border-color css
<style>
span { border-color: #00FD74; }
span { border-color: rgb(0,253,116); }
td.TdClassName
{
border-color: #00FD74;
}
.TagClassName
{
border-color: #00FD74;
}
</style>