#85E36D

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

Shades of Pastel Green #85E36D

Tints of Pastel Green #85E36D

Color information

#85E36D (or 0x85E36D) is unknown color: approx Pastel Green. HEX triplet: 85, E3 and 6D. RGB value is (133,227,109). Sum of RGB (Red+Green+Blue) = 133+227+109=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #85E36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E36D is #7A1C92. Grayscale: #B9B9B9. Windows color (decimal): -8002707 or 7201669. OLE color: 7201669.

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

Color convert

RGB133227109-
CMYK0.4100.520.11
HSL107.8º67.82%65.88%-
HSV(B)107.8º51.98%89.02%-
XYZ39.961.0324.14-
YUV185.4484.8690.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 227 (89.06% from 255) = 48.40%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=28.36%
G=48.40%
B=23.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332271090.4100.520.11107.867.8265.88
Hex85E36D29034B6c4442
Octal2053431555106413154104102
Binary1000010111100011110110110100101101001011110110010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,109); }

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

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

 a { background-color: rgb(133,227,109); }

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

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

 span { border-color: rgb(133,227,109); }

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