#85DA78

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

Shades of Pastel Green #85DA78

Tints of Pastel Green #85DA78

Color information

#85DA78 (or 0x85DA78) is unknown color: approx Pastel Green. HEX triplet: 85, DA and 78. RGB value is (133,218,120). Sum of RGB (Red+Green+Blue) = 133+218+120=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA78 is #7A2587. Grayscale: #B5B5B5. Windows color (decimal): -8005000 or 7920261. OLE color: 7920261.

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

Color convert

RGB133218120-
CMYK0.3900.450.15
HSL112.04º56.98%66.27%-
HSV(B)112.04º44.95%85.49%-
XYZ38.1356.4926.66-
YUV181.4193.3493.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=28.24%
G=46.28%
B=25.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181200.3900.450.15112.0456.9866.27
Hex85DA782702DF703942
Octal205332170470551716071102
Binary100001011101101011110001001110101101111111100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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