#85E280

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

Shades of Pastel Green #85E280

Tints of Pastel Green #85E280

Color information

#85E280 (or 0x85E280) is unknown color: approx Pastel Green. HEX triplet: 85, E2 and 80. RGB value is (133,226,128). Sum of RGB (Red+Green+Blue) = 133+226+128=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #85E280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E280 is #7A1D7F. Grayscale: #BBBBBB. Windows color (decimal): -8002944 or 8446597. OLE color: 8446597.

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

Color convert

RGB133226128-
CMYK0.4100.430.11
HSL116.94º62.82%69.41%-
HSV(B)116.94º43.36%88.63%-
XYZ40.7760.9430.04-
YUV187.0294.6989.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 226 (88.67% from 255) = 46.41%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=27.31%
G=46.41%
B=26.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332261280.4100.430.11116.9462.8269.41
Hex85E2802902BB753f45
Octal205342200510531316577105
Binary1000010111100010100000001010010101011101111101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,226,128); }

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

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

 a { background-color: rgb(133,226,128); }

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

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

 span { border-color: rgb(133,226,128); }

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