#85E16C

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

Shades of Pastel Green #85E16C

Tints of Pastel Green #85E16C

Color information

#85E16C (or 0x85E16C) is unknown color: approx Pastel Green. HEX triplet: 85, E1 and 6C. RGB value is (133,225,108). Sum of RGB (Red+Green+Blue) = 133+225+108=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #85E16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E16C is #7A1E93. Grayscale: #B8B8B8. Windows color (decimal): -8003220 or 7135621. OLE color: 7135621.

HSL color Cylindrical-coordinate representation of color #85E16C: hue angle of 107.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85E16C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB133225108-
CMYK0.4100.520.12
HSL107.18º66.1%65.29%-
HSV(B)107.18º52%88.24%-
XYZ39.359.9223.68-
YUV184.1585.0291.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=28.54%
G=48.28%
B=23.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251080.4100.520.12107.1866.165.29
Hex85E16C29034C6b4241
Octal2053411545106414153102101
Binary1000010111100001110110010100101101001100110101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,108); }

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

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

 a { background-color: rgb(133,225,108); }

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

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

 span { border-color: rgb(133,225,108); }

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