#85E49F

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

Shades of Chinook #85E49F

Tints of Chinook #85E49F

Color information

#85E49F (or 0x85E49F) is unknown color: approx Chinook. HEX triplet: 85, E4 and 9F. RGB value is (133,228,159). Sum of RGB (Red+Green+Blue) = 133+228+159=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #85E49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E49F is #7A1B60. Grayscale: #BFBFBF. Windows color (decimal): -8002401 or 10478725. OLE color: 10478725.

HSL color Cylindrical-coordinate representation of color #85E49F: hue angle of 136.42º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E49F is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB133228159-
CMYK0.4200.300.11
HSL136.42º63.76%70.78%-
HSV(B)136.42º41.67%89.41%-
XYZ43.6762.9842.65-
YUV191.73109.5386.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 228 (89.45% from 255) = 43.85%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=25.58%
G=43.85%
B=30.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281590.4200.300.11136.4263.7670.78
Hex85E49F2A01EB884047
Octal2053442375203613210100107
Binary10000101111001001001111110101001111010111000100010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85E49F; }

 p { color: rgb(133,228,159); }

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

<style>
 a { background-color: #85E49F; }

 a { background-color: rgb(133,228,159); }

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

<style>
 span { border-color: #85E49F; }

 span { border-color: rgb(133,228,159); }

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