#85D56E

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

Shades of Pastel Green #85D56E

Tints of Pastel Green #85D56E

Color information

#85D56E (or 0x85D56E) is unknown color: approx Pastel Green. HEX triplet: 85, D5 and 6E. RGB value is (133,213,110). Sum of RGB (Red+Green+Blue) = 133+213+110=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #85D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D56E is #7A2A91. Grayscale: #B1B1B1. Windows color (decimal): -8006290 or 7263621. OLE color: 7263621.

HSL color Cylindrical-coordinate representation of color #85D56E: hue angle of 106.6º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85D56E is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB133213110-
CMYK0.3800.480.16
HSL106.6º55.08%63.33%-
HSV(B)106.6º48.36%83.53%-
XYZ36.2853.723.2-
YUV177.349096.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 213 (83.59% from 255) = 46.71%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=29.17%
G=46.71%
B=24.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131100.3800.480.16106.655.0863.33
Hex85D56E26030106b373f
Octal20532515646060201536777
Binary100001011101010111011101001100110000100001101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,110); }

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

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

 a { background-color: rgb(133,213,110); }

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

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

 span { border-color: rgb(133,213,110); }

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