Shades of Chinook #7EDD9B
Tints of Chinook #7EDD9B
RGB
CMYK
RGB Variations
Color information
#7EDD9B (or 0x7EDD9B) is known color: Chinook. HEX triplet: 7E, DD and 9B. RGB value is (126,221,155). Sum of RGB (Red+Green+Blue) = 126+221+155=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD9B is #812264. Grayscale: #B9B9B9. Windows color (decimal): -8462949 or 10214782. OLE color: 10214782.
HSL color Cylindrical-coordinate representation of color #7EDD9B: hue angle of 138.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDD9B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 155 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.13 |
| HSL | 138.32º | 0.58% | 0.68% | - |
| HSV(B) | 138.32º | 0.43% | 0.87% | - |
| XYZ | 40.38 | 58.52 | 40.18 | - |
| YUV | 185.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 155 | 0.43 | 0 | 0.30 | 0.13 | 138.32 | 0.58 | 0.68 |
| Hex | 7E | DD | 9B | 2B | 0 | 1E | D | 8A | 3A | 44 |
| Octal | 176 | 335 | 233 | 53 | 0 | 36 | 15 | 212 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10011011 | 101011 | 0 | 11110 | 1101 | 10001010 | 111010 | 1000100 |
Color Harmonies of #7EDD9B
Complementary color
Monochromatic Colors of #7EDD9B
Black with #7EDD9B
Text Example
Text Example
White with #7EDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD9B; }
p { color: rgb(126,221,155); }
H1.HeaderClassName
{
color: #7EDD9B;
}
.AnyTagClassName
{
color: #7EDD9B;
}
</style>
background-color css
<style>
a { background-color: #7EDD9B; }
a { background-color: rgb(126,221,155); }
div.DivClassName
{
background-color: #7EDD9B;
}
.BgClassName
{
background-color: #7EDD9B;
}
</style>
border-color css
<style>
span { border-color: #7EDD9B; }
span { border-color: rgb(126,221,155); }
td.TdClassName
{
border-color: #7EDD9B;
}
.TagClassName
{
border-color: #7EDD9B;
}
</style>