#8DD59B

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

Shades of Chinook #8DD59B

Tints of Chinook #8DD59B

Color information

#8DD59B (or 0x8DD59B) is unknown color: approx Chinook. HEX triplet: 8D, D5 and 9B. RGB value is (141,213,155). Sum of RGB (Red+Green+Blue) = 141+213+155=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD59B is #722A64. Grayscale: #B9B9B9. Windows color (decimal): -7481957 or 10212749. OLE color: 10212749.

HSL color Cylindrical-coordinate representation of color #8DD59B: hue angle of 131.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD59B is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB141213155-
CMYK0.3400.270.16
HSL131.67º46.15%69.41%-
HSV(B)131.67º33.8%83.53%-
XYZ40.755.6239.6-
YUV184.86111.1596.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=27.70%
G=41.85%
B=30.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131550.3400.270.16131.6746.1569.41
Hex8DD59B2201B10842e45
Octal215325233420332020456105
Binary10001101110101011001101110001001101110000100001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD59B; }

 p { color: rgb(141,213,155); }

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

<style>
 a { background-color: #8DD59B; }

 a { background-color: rgb(141,213,155); }

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

<style>
 span { border-color: #8DD59B; }

 span { border-color: rgb(141,213,155); }

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