#81DC9D

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

Shades of Chinook #81DC9D

Tints of Chinook #81DC9D

Color information

#81DC9D (or 0x81DC9D) is unknown color: approx Chinook. HEX triplet: 81, DC and 9D. RGB value is (129,220,157). Sum of RGB (Red+Green+Blue) = 129+220+157=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DC9D is #7E2362. Grayscale: #B9B9B9. Windows color (decimal): -8266595 or 10345601. OLE color: 10345601.

HSL color Cylindrical-coordinate representation of color #81DC9D: hue angle of 138.46º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DC9D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB129220157-
CMYK0.4100.290.14
HSL138.46º56.52%68.43%-
HSV(B)138.46º41.36%86.27%-
XYZ40.7358.2941-
YUV185.61111.8587.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.49%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=25.49%
G=43.48%
B=31.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201570.4100.290.14138.4656.5268.43
Hex81DC9D2901DE8a3944
Octal201334235510351621271104
Binary1000000111011100100111011010010111011110100010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,157); }

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

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

 a { background-color: rgb(129,220,157); }

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

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

 span { border-color: rgb(129,220,157); }

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