#85DD7C

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

Shades of Pastel Green #85DD7C

Tints of Pastel Green #85DD7C

Color information

#85DD7C (or 0x85DD7C) is unknown color: approx Pastel Green. HEX triplet: 85, DD and 7C. RGB value is (133,221,124). Sum of RGB (Red+Green+Blue) = 133+221+124=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD7C is #7A2283. Grayscale: #B7B7B7. Windows color (decimal): -8004228 or 8183173. OLE color: 8183173.

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

Color convert

RGB133221124-
CMYK0.4000.440.13
HSL114.43º58.79%67.65%-
HSV(B)114.43º43.89%86.67%-
XYZ39.1758.1528.23-
YUV183.6394.3591.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=27.82%
G=46.23%
B=25.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211240.4000.440.13114.4358.7967.65
Hex85DD7C2802CD723b44
Octal205335174500541516273104
Binary100001011101110111111001010000101100110111100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,124); }

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

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

 a { background-color: rgb(133,221,124); }

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

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

 span { border-color: rgb(133,221,124); }

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