#85DD73

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

Shades of Pastel Green #85DD73

Tints of Pastel Green #85DD73

Color information

#85DD73 (or 0x85DD73) is unknown color: approx Pastel Green. HEX triplet: 85, DD and 73. RGB value is (133,221,115). Sum of RGB (Red+Green+Blue) = 133+221+115=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD73 is #7A228C. Grayscale: #B6B6B6. Windows color (decimal): -8004237 or 7593349. OLE color: 7593349.

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

Color convert

RGB133221115-
CMYK0.4000.480.13
HSL109.81º60.92%65.88%-
HSV(B)109.81º47.96%86.67%-
XYZ38.6257.9425.37-
YUV182.689.8592.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=28.36%
G=47.12%
B=24.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211150.4000.480.13109.8160.9265.88
Hex85DD7328030D6e3d42
Octal205335163500601515675102
Binary100001011101110111100111010000110000110111011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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