#85DA7D

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

Shades of Pastel Green #85DA7D

Tints of Pastel Green #85DA7D

Color information

#85DA7D (or 0x85DA7D) is unknown color: approx Pastel Green. HEX triplet: 85, DA and 7D. RGB value is (133,218,125). Sum of RGB (Red+Green+Blue) = 133+218+125=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA7D is #7A2582. Grayscale: #B6B6B6. Windows color (decimal): -8004995 or 8247941. OLE color: 8247941.

HSL color Cylindrical-coordinate representation of color #85DA7D: hue angle of 114.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DA7D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB133218125-
CMYK0.3900.430.15
HSL114.84º55.69%67.25%-
HSV(B)114.84º42.66%85.49%-
XYZ38.4556.6128.3-
YUV181.9895.8493.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 218 (85.55% from 255) = 45.80%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=27.94%
G=45.80%
B=26.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181250.3900.430.15114.8455.6967.25
Hex85DA7D2702BF733843
Octal205332175470531716370103
Binary100001011101101011111011001110101011111111100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,125); }

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

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

 a { background-color: rgb(133,218,125); }

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

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

 span { border-color: rgb(133,218,125); }

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