#81DD9B

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

Shades of Chinook #81DD9B

Tints of Chinook #81DD9B

Color information

#81DD9B (or 0x81DD9B) is unknown color: approx Chinook. HEX triplet: 81, DD and 9B. RGB value is (129,221,155). Sum of RGB (Red+Green+Blue) = 129+221+155=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD9B is #7E2264. Grayscale: #BABABA. Windows color (decimal): -8266341 or 10214785. OLE color: 10214785.

HSL color Cylindrical-coordinate representation of color #81DD9B: hue angle of 136.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DD9B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB129221155-
CMYK0.4200.300.13
HSL136.96º57.5%68.63%-
HSV(B)136.96º41.63%86.67%-
XYZ40.8358.7540.2-
YUV185.97110.5287.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.54%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=25.54%
G=43.76%
B=30.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211550.4200.300.13136.9657.568.63
Hex81DD9B2A01ED893a45
Octal201335233520361521172105
Binary1000000111011101100110111010100111101101100010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81DD9B; }

 p { color: rgb(129,221,155); }

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

<style>
 a { background-color: #81DD9B; }

 a { background-color: rgb(129,221,155); }

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

<style>
 span { border-color: #81DD9B; }

 span { border-color: rgb(129,221,155); }

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