Shades of Light Green #7FF28D
Tints of Light Green #7FF28D
RGB
CMYK
RGB Variations
Color information
#7FF28D (or 0x7FF28D) is known color: Light Green. HEX triplet: 7F, F2 and 8D. RGB value is (127,242,141). Sum of RGB (Red+Green+Blue) = 127+242+141=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF28D is #800D72. Grayscale: #C4C4C4. Windows color (decimal): -8392051 or 9302655. OLE color: 9302655.
HSL color Cylindrical-coordinate representation of color #7FF28D: hue angle of 127.3º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF28D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 141 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.05 |
| HSL | 127.3º | 0.82% | 0.72% | - |
| HSV(B) | 127.3º | 0.48% | 0.95% | - |
| XYZ | 45.31 | 69.94 | 36.31 | - |
| YUV | 196.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 141 | 0.48 | 0 | 0.42 | 0.05 | 127.3 | 0.82 | 0.72 |
| Hex | 7F | F2 | 8D | 30 | 0 | 2A | 5 | 7F | 52 | 48 |
| Octal | 177 | 362 | 215 | 60 | 0 | 52 | 5 | 177 | 122 | 110 |
| Binary | 1111111 | 11110010 | 10001101 | 110000 | 0 | 101010 | 101 | 1111111 | 1010010 | 1001000 |
Color Harmonies of #7FF28D
Complementary color
Monochromatic Colors of #7FF28D
Black with #7FF28D
Text Example
Text Example
White with #7FF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF28D; }
p { color: rgb(127,242,141); }
H1.HeaderClassName
{
color: #7FF28D;
}
.AnyTagClassName
{
color: #7FF28D;
}
</style>
background-color css
<style>
a { background-color: #7FF28D; }
a { background-color: rgb(127,242,141); }
div.DivClassName
{
background-color: #7FF28D;
}
.BgClassName
{
background-color: #7FF28D;
}
</style>
border-color css
<style>
span { border-color: #7FF28D; }
span { border-color: rgb(127,242,141); }
td.TdClassName
{
border-color: #7FF28D;
}
.TagClassName
{
border-color: #7FF28D;
}
</style>