#85E97B

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

Shades of Pastel Green #85E97B

Tints of Pastel Green #85E97B

Color information

#85E97B (or 0x85E97B) is unknown color: approx Pastel Green. HEX triplet: 85, E9 and 7B. RGB value is (133,233,123). Sum of RGB (Red+Green+Blue) = 133+233+123=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #85E97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E97B is #7A1684. Grayscale: #BEBEBE. Windows color (decimal): -8001157 or 8120709. OLE color: 8120709.

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

Color convert

RGB133233123-
CMYK0.4300.470.09
HSL114.55º71.43%69.8%-
HSV(B)114.55º47.21%91.37%-
XYZ42.3964.6928.99-
YUV190.5689.8786.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 233 (91.41% from 255) = 47.65%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=27.20%
G=47.65%
B=25.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331230.4300.470.09114.5571.4369.8
Hex85E97B2B02F9734746
Octal2053511735305711163107106
Binary1000010111101001111101110101101011111001111001110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,233,123); }

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

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

 a { background-color: rgb(133,233,123); }

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

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

 span { border-color: rgb(133,233,123); }

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