Shades of Light Green #7FECA2
Tints of Light Green #7FECA2
RGB
CMYK
RGB Variations
Color information
#7FECA2 (or 0x7FECA2) is known color: Light Green. HEX triplet: 7F, EC and A2. RGB value is (127,236,162). Sum of RGB (Red+Green+Blue) = 127+236+162=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FECA2 is #80135D. Grayscale: #C3C3C3. Windows color (decimal): -8393566 or 10677375. OLE color: 10677375.
HSL color Cylindrical-coordinate representation of color #7FECA2: hue angle of 139.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FECA2 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 162 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.07 |
| HSL | 139.27º | 0.74% | 0.71% | - |
| HSV(B) | 139.27º | 0.46% | 0.93% | - |
| XYZ | 45.27 | 67.11 | 44.75 | - |
| YUV | 194.97 | 109.39 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 162 | 0.46 | 0 | 0.31 | 0.07 | 139.27 | 0.74 | 0.71 |
| Hex | 7F | EC | A2 | 2E | 0 | 1F | 7 | 8B | 4A | 47 |
| Octal | 177 | 354 | 242 | 56 | 0 | 37 | 7 | 213 | 112 | 107 |
| Binary | 1111111 | 11101100 | 10100010 | 101110 | 0 | 11111 | 111 | 10001011 | 1001010 | 1000111 |
Color Harmonies of #7FECA2
Complementary color
Monochromatic Colors of #7FECA2
Black with #7FECA2
Text Example
Text Example
White with #7FECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECA2; }
p { color: rgb(127,236,162); }
H1.HeaderClassName
{
color: #7FECA2;
}
.AnyTagClassName
{
color: #7FECA2;
}
</style>
background-color css
<style>
a { background-color: #7FECA2; }
a { background-color: rgb(127,236,162); }
div.DivClassName
{
background-color: #7FECA2;
}
.BgClassName
{
background-color: #7FECA2;
}
</style>
border-color css
<style>
span { border-color: #7FECA2; }
span { border-color: rgb(127,236,162); }
td.TdClassName
{
border-color: #7FECA2;
}
.TagClassName
{
border-color: #7FECA2;
}
</style>