#83DE9D

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

Shades of Chinook #83DE9D

Tints of Chinook #83DE9D

Color information

#83DE9D (or 0x83DE9D) is unknown color: approx Chinook. HEX triplet: 83, DE and 9D. RGB value is (131,222,157). Sum of RGB (Red+Green+Blue) = 131+222+157=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #83DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DE9D is #7C2162. Grayscale: #BBBBBB. Windows color (decimal): -8135011 or 10346115. OLE color: 10346115.

HSL color Cylindrical-coordinate representation of color #83DE9D: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DE9D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB131222157-
CMYK0.4100.290.13
HSL137.14º57.96%69.22%-
HSV(B)137.14º40.99%87.06%-
XYZ41.5759.541.19-
YUV187.38110.8587.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.69%
GREEN value IS 222 (87.11% from 255) = 43.53%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=25.69%
G=43.53%
B=30.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312221570.4100.290.13137.1457.9669.22
Hex83DE9D2901DD893a45
Octal203336235510351521172105
Binary1000001111011110100111011010010111011101100010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DE9D; }

 p { color: rgb(131,222,157); }

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

<style>
 a { background-color: #83DE9D; }

 a { background-color: rgb(131,222,157); }

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

<style>
 span { border-color: #83DE9D; }

 span { border-color: rgb(131,222,157); }

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