#85D47A

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

Shades of Pastel Green #85D47A

Tints of Pastel Green #85D47A

Color information

#85D47A (or 0x85D47A) is unknown color: approx Pastel Green. HEX triplet: 85, D4 and 7A. RGB value is (133,212,122). Sum of RGB (Red+Green+Blue) = 133+212+122=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #85D47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D47A is #7A2B85. Grayscale: #B2B2B2. Windows color (decimal): -8006534 or 8049797. OLE color: 8049797.

HSL color Cylindrical-coordinate representation of color #85D47A: hue angle of 112.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85D47A is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB133212122-
CMYK0.3700.420.17
HSL112.67º51.14%65.49%-
HSV(B)112.67º42.45%83.14%-
XYZ36.7353.4826.8-
YUV178.1296.3395.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=28.48%
G=45.40%
B=26.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1332121220.3700.420.17112.6751.1465.49
Hex85D47A2502A11713341
Octal205324172450522116163101
Binary1000010111010100111101010010101010101000111100011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,212,122); }

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

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

 a { background-color: rgb(133,212,122); }

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

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

 span { border-color: rgb(133,212,122); }

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