#85D479

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

Shades of Pastel Green #85D479

Tints of Pastel Green #85D479

Color information

#85D479 (or 0x85D479) is unknown color: approx Pastel Green. HEX triplet: 85, D4 and 79. RGB value is (133,212,121). Sum of RGB (Red+Green+Blue) = 133+212+121=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #85D479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D479 is #7A2B86. Grayscale: #B2B2B2. Windows color (decimal): -8006535 or 7984261. OLE color: 7984261.

HSL color Cylindrical-coordinate representation of color #85D479: hue angle of 112.09º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D479 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB133212121-
CMYK0.3700.430.17
HSL112.09º51.41%65.29%-
HSV(B)112.09º42.92%83.14%-
XYZ36.6753.4526.47-
YUV17895.8395.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 212 (83.20% from 255) = 45.49%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=28.54%
G=45.49%
B=25.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1332121210.3700.430.17112.0951.4165.29
Hex85D4792502B11703341
Octal205324171450532116063101
Binary1000010111010100111100110010101010111000111100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,212,121); }

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

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

 a { background-color: rgb(133,212,121); }

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

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

 span { border-color: rgb(133,212,121); }

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