Shades of Spring Green #00FF82
Tints of Spring Green #00FF82
RGB
CMYK
RGB Variations
Color information
#00FF82 (or 0x00FF82) is known color: Spring Green. HEX triplet: 00, FF and 82. RGB value is (0,255,130). Sum of RGB (Red+Green+Blue) = 0+255+130=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FF82 is #FF007D. Grayscale: #A4A4A4. Windows color (decimal): -16711806 or 8584960. OLE color: 8584960.
HSL color Cylindrical-coordinate representation of color #00FF82: hue angle of 150.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF82 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 130 | - |
| CMYK | 1 | 0 | 0.49 | 0 |
| HSL | 150.59º | 1% | 0.5% | - |
| HSV(B) | 150.59º | 1% | 1% | - |
| XYZ | 39.79 | 73.13 | 33.14 | - |
| YUV | 164.51 | 108.52 | 10.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 130 | 1 | 0 | 0.49 | 0 | 150.59 | 1 | 0.5 |
| Hex | 0 | FF | 82 | 64 | 0 | 31 | 0 | 97 | 64 | 32 |
| Octal | 0 | 377 | 202 | 144 | 0 | 61 | 0 | 227 | 144 | 62 |
| Binary | 0 | 11111111 | 10000010 | 1100100 | 0 | 110001 | 0 | 10010111 | 1100100 | 110010 |
Color Harmonies of #00FF82
Complementary color
Monochromatic Colors of #00FF82
Black with #00FF82
Text Example
Text Example
White with #00FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF82; }
p { color: rgb(0,255,130); }
H1.HeaderClassName
{
color: #00FF82;
}
.AnyTagClassName
{
color: #00FF82;
}
</style>
background-color css
<style>
a { background-color: #00FF82; }
a { background-color: rgb(0,255,130); }
div.DivClassName
{
background-color: #00FF82;
}
.BgClassName
{
background-color: #00FF82;
}
</style>
border-color css
<style>
span { border-color: #00FF82; }
span { border-color: rgb(0,255,130); }
td.TdClassName
{
border-color: #00FF82;
}
.TagClassName
{
border-color: #00FF82;
}
</style>