#85E87E

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

Shades of Pastel Green #85E87E

Tints of Pastel Green #85E87E

Color information

#85E87E (or 0x85E87E) is unknown color: approx Pastel Green. HEX triplet: 85, E8 and 7E. RGB value is (133,232,126). Sum of RGB (Red+Green+Blue) = 133+232+126=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #85E87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E87E is #7A1781. Grayscale: #BEBEBE. Windows color (decimal): -8001410 or 8317061. OLE color: 8317061.

HSL color Cylindrical-coordinate representation of color #85E87E: hue angle of 116.04º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85E87E is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB133232126-
CMYK0.4300.460.09
HSL116.04º69.74%70.2%-
HSV(B)116.04º45.69%90.98%-
XYZ42.364.2129.9-
YUV190.3291.787.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 232 (91.02% from 255) = 47.25%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=27.09%
G=47.25%
B=25.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332321260.4300.460.09116.0469.7470.2
Hex85E87E2B02E9744646
Octal2053501765305611164106106
Binary1000010111101000111111010101101011101001111010010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,232,126); }

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

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

 a { background-color: rgb(133,232,126); }

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

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

 span { border-color: rgb(133,232,126); }

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