#7EDD9B

Color #7EDD9B Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #7EDD9B

Tints of Chinook #7EDD9B

Color information

#7EDD9B (or 0x7EDD9B) is unknown color: approx 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

RGB126221155-
CMYK0.4300.300.13
HSL138.32º58.28%68.04%-
HSV(B)138.32º42.99%86.67%-
XYZ40.3858.5240.18-
YUV185.07111.0385.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 25.10%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=25.10%
G=44.02%
B=30.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211550.4300.300.13138.3258.2868.04
Hex7EDD9B2B01ED8a3a44
Octal176335233530361521272104
Binary111111011011101100110111010110111101101100010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>