#85DA75

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

Shades of Pastel Green #85DA75

Tints of Pastel Green #85DA75

Color information

#85DA75 (or 0x85DA75) is unknown color: approx Pastel Green. HEX triplet: 85, DA and 75. RGB value is (133,218,117). Sum of RGB (Red+Green+Blue) = 133+218+117=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA75 is #7A258A. Grayscale: #B5B5B5. Windows color (decimal): -8005003 or 7723653. OLE color: 7723653.

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

Color convert

RGB133218117-
CMYK0.3900.460.15
HSL110.5º57.71%65.69%-
HSV(B)110.5º46.33%85.49%-
XYZ37.9656.4125.72-
YUV181.0791.8493.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 117 (46.09% from 255) = 25%
R=28.42%
G=46.58%
B=25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181170.3900.460.15110.557.7165.69
Hex85DA752702EF6e3a42
Octal205332165470561715672102
Binary100001011101101011101011001110101110111111011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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