#8DD499

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

Shades of Chinook #8DD499

Tints of Chinook #8DD499

Color information

#8DD499 (or 0x8DD499) is unknown color: approx Chinook. HEX triplet: 8D, D4 and 99. RGB value is (141,212,153). Sum of RGB (Red+Green+Blue) = 141+212+153=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD499 is #722B66. Grayscale: #B8B8B8. Windows color (decimal): -7482215 or 10081421. OLE color: 10081421.

HSL color Cylindrical-coordinate representation of color #8DD499: hue angle of 130.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD499 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB141212153-
CMYK0.3300.280.17
HSL130.14º45.22%69.22%-
HSV(B)130.14º33.49%83.14%-
XYZ40.2855.0538.64-
YUV184.04110.4897.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=27.87%
G=41.90%
B=30.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121530.3300.280.17130.1445.2269.22
Hex8DD4992101C11822d45
Octal215324231410342120255105
Binary10001101110101001001100110000101110010001100000101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,212,153); }

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

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

 a { background-color: rgb(141,212,153); }

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

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

 span { border-color: rgb(141,212,153); }

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