#85E081

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

Shades of Pastel Green #85E081

Tints of Pastel Green #85E081

Color information

#85E081 (or 0x85E081) is unknown color: approx Pastel Green. HEX triplet: 85, E0 and 81. RGB value is (133,224,129). Sum of RGB (Red+Green+Blue) = 133+224+129=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #85E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E081 is #7A1F7E. Grayscale: #BABABA. Windows color (decimal): -8003455 or 8511621. OLE color: 8511621.

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

Color convert

RGB133224129-
CMYK0.4100.420.12
HSL117.47º60.51%69.22%-
HSV(B)117.47º42.41%87.84%-
XYZ40.2959.8830.2-
YUV185.9695.8590.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=27.37%
G=46.09%
B=26.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332241290.4100.420.12117.4760.5169.22
Hex85E0812902AC753d45
Octal205340201510521416575105
Binary1000010111100000100000011010010101010110011101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,224,129); }

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

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

 a { background-color: rgb(133,224,129); }

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

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

 span { border-color: rgb(133,224,129); }

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