#85DE7A

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

Shades of Pastel Green #85DE7A

Tints of Pastel Green #85DE7A

Color information

#85DE7A (or 0x85DE7A) is unknown color: approx Pastel Green. HEX triplet: 85, DE and 7A. RGB value is (133,222,122). Sum of RGB (Red+Green+Blue) = 133+222+122=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE7A is #7A2185. Grayscale: #B8B8B8. Windows color (decimal): -8003974 or 8052357. OLE color: 8052357.

HSL color Cylindrical-coordinate representation of color #85DE7A: hue angle of 113.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85DE7A is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB133222122-
CMYK0.4000.450.13
HSL113.4º60.24%67.45%-
HSV(B)113.4º45.05%87.06%-
XYZ39.3158.6327.66-
YUV183.9993.0191.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=27.88%
G=46.54%
B=25.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221220.4000.450.13113.460.2467.45
Hex85DE7A2802DD713c43
Octal205336172500551516174103
Binary100001011101111011110101010000101101110111100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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