#85EC7C

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

Shades of Pastel Green #85EC7C

Tints of Pastel Green #85EC7C

Color information

#85EC7C (or 0x85EC7C) is unknown color: approx Pastel Green. HEX triplet: 85, EC and 7C. RGB value is (133,236,124). Sum of RGB (Red+Green+Blue) = 133+236+124=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC7C is #7A1383. Grayscale: #C0C0C0. Windows color (decimal): -8000388 or 8187013. OLE color: 8187013.

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

Color convert

RGB133236124-
CMYK0.4400.470.07
HSL115.18º74.67%70.59%-
HSV(B)115.18º47.46%92.55%-
XYZ43.3166.4329.61-
YUV192.4389.3885.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 236 (92.58% from 255) = 47.87%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=26.98%
G=47.87%
B=25.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332361240.4400.470.07115.1874.6770.59
Hex85EC7C2C02F7734b47
Octal205354174540577163113107
Binary100001011110110011111001011000101111111111001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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