#7FDD9C

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

Shades of Chinook #7FDD9C

Tints of Chinook #7FDD9C

Color information

#7FDD9C (or 0x7FDD9C) is unknown color: approx Chinook. HEX triplet: 7F, DD and 9C. RGB value is (127,221,156). Sum of RGB (Red+Green+Blue) = 127+221+156=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDD9C is #802263. Grayscale: #B9B9B9. Windows color (decimal): -8397412 or 10280319. OLE color: 10280319.

HSL color Cylindrical-coordinate representation of color #7FDD9C: hue angle of 138.51º 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 #7FDD9C is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB127221156-
CMYK0.4300.290.13
HSL138.51º58.02%68.24%-
HSV(B)138.51º42.53%86.67%-
XYZ40.6158.6340.63-
YUV185.48111.3686.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=25.20%
G=43.85%
B=30.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272211560.4300.290.13138.5158.0268.24
Hex7FDD9C2B01DD8b3a44
Octal177335234530351521372104
Binary111111111011101100111001010110111011101100010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FDD9C; }

 p { color: rgb(127,221,156); }

 H1.HeaderClassName
 {
   color: #7FDD9C;
 }
 .AnyTagClassName
 {
   color: #7FDD9C;
 }
</style>
background-color css

<style>
 a { background-color: #7FDD9C; }

 a { background-color: rgb(127,221,156); }

 div.DivClassName
 {
   background-color: #7FDD9C;
 }
 .BgClassName
 {
   background-color: #7FDD9C;
 }
</style>
border-color css

<style>
 span { border-color: #7FDD9C; }

 span { border-color: rgb(127,221,156); }

 td.TdClassName
 {
   border-color: #7FDD9C;
 }
 .TagClassName
 {
   border-color: #7FDD9C;
 }
</style>