#85DC7D

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

Shades of Pastel Green #85DC7D

Tints of Pastel Green #85DC7D

Color information

#85DC7D (or 0x85DC7D) is unknown color: approx Pastel Green. HEX triplet: 85, DC and 7D. RGB value is (133,220,125). Sum of RGB (Red+Green+Blue) = 133+220+125=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC7D is #7A2382. Grayscale: #B7B7B7. Windows color (decimal): -8004483 or 8248453. OLE color: 8248453.

HSL color Cylindrical-coordinate representation of color #85DC7D: hue angle of 114.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DC7D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB133220125-
CMYK0.4000.430.14
HSL114.95º57.58%67.65%-
HSV(B)114.95º43.18%86.27%-
XYZ38.9757.6528.48-
YUV183.1695.1892.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=27.82%
G=46.03%
B=26.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201250.4000.430.14114.9557.5867.65
Hex85DC7D2802BE733a44
Octal205334175500531616372104
Binary100001011101110011111011010000101011111011100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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