#85DD78

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

Shades of Pastel Green #85DD78

Tints of Pastel Green #85DD78

Color information

#85DD78 (or 0x85DD78) is unknown color: approx Pastel Green. HEX triplet: 85, DD and 78. RGB value is (133,221,120). Sum of RGB (Red+Green+Blue) = 133+221+120=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD78 is #7A2287. Grayscale: #B7B7B7. Windows color (decimal): -8004232 or 7921029. OLE color: 7921029.

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

Color convert

RGB133221120-
CMYK0.4000.460.13
HSL112.28º59.76%66.86%-
HSV(B)112.28º45.7%86.67%-
XYZ38.9258.0626.92-
YUV183.1792.3592.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.06%
GREEN value IS 221 (86.72% from 255) = 46.62%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=28.06%
G=46.62%
B=25.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211200.4000.460.13112.2859.7666.86
Hex85DD782802ED703c43
Octal205335170500561516074103
Binary100001011101110111110001010000101110110111100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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