Shades of Chinook #7FE29E
Tints of Chinook #7FE29E
RGB
CMYK
RGB Variations
Color information
#7FE29E (or 0x7FE29E) is known color: Chinook. HEX triplet: 7F, E2 and 9E. RGB value is (127,226,158). Sum of RGB (Red+Green+Blue) = 127+226+158=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE29E is #801D61. Grayscale: #BCBCBC. Windows color (decimal): -8396130 or 10412671. OLE color: 10412671.
HSL color Cylindrical-coordinate representation of color #7FE29E: hue angle of 138.79º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE29E is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 158 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.11 |
| HSL | 138.79º | 0.63% | 0.69% | - |
| HSV(B) | 138.79º | 0.44% | 0.89% | - |
| XYZ | 42.12 | 61.37 | 41.97 | - |
| YUV | 188.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 158 | 0.44 | 0 | 0.30 | 0.11 | 138.79 | 0.63 | 0.69 |
| Hex | 7F | E2 | 9E | 2C | 0 | 1E | B | 8B | 3F | 45 |
| Octal | 177 | 342 | 236 | 54 | 0 | 36 | 13 | 213 | 77 | 105 |
| Binary | 1111111 | 11100010 | 10011110 | 101100 | 0 | 11110 | 1011 | 10001011 | 111111 | 1000101 |
Color Harmonies of #7FE29E
Complementary color
Monochromatic Colors of #7FE29E
Black with #7FE29E
Text Example
Text Example
White with #7FE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE29E; }
p { color: rgb(127,226,158); }
H1.HeaderClassName
{
color: #7FE29E;
}
.AnyTagClassName
{
color: #7FE29E;
}
</style>
background-color css
<style>
a { background-color: #7FE29E; }
a { background-color: rgb(127,226,158); }
div.DivClassName
{
background-color: #7FE29E;
}
.BgClassName
{
background-color: #7FE29E;
}
</style>
border-color css
<style>
span { border-color: #7FE29E; }
span { border-color: rgb(127,226,158); }
td.TdClassName
{
border-color: #7FE29E;
}
.TagClassName
{
border-color: #7FE29E;
}
</style>