#85EC5D

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

Shades of Pastel Green #85EC5D

Tints of Pastel Green #85EC5D

Color information

#85EC5D (or 0x85EC5D) is unknown color: approx Pastel Green. HEX triplet: 85, EC and 5D. RGB value is (133,236,93). Sum of RGB (Red+Green+Blue) = 133+236+93=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC5D is #7A13A2. Grayscale: #BDBDBD. Windows color (decimal): -8000419 or 6155397. OLE color: 6155397.

HSL color Cylindrical-coordinate representation of color #85EC5D: hue angle of 103.22º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85EC5D is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB13323693-
CMYK0.4400.610.07
HSL103.22º79.01%64.51%-
HSV(B)103.22º60.59%92.55%-
XYZ41.6465.7720.86-
YUV188.973.8888.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 236 (92.58% from 255) = 51.08%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=28.79%
G=51.08%
B=20.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133236930.4400.610.07103.2279.0164.51
Hex85EC5D2C03D7674f41
Octal205354135540757147117101
Binary100001011110110010111011011000111101111110011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,236,93); }

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

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

 a { background-color: rgb(133,236,93); }

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

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

 span { border-color: rgb(133,236,93); }

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