#85EA5C

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

Shades of Pastel Green #85EA5C

Tints of Pastel Green #85EA5C

Color information

#85EA5C (or 0x85EA5C) is unknown color: approx Pastel Green. HEX triplet: 85, EA and 5C. RGB value is (133,234,92). Sum of RGB (Red+Green+Blue) = 133+234+92=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA5C is #7A15A3. Grayscale: #BCBCBC. Windows color (decimal): -8000932 or 6089349. OLE color: 6089349.

HSL color Cylindrical-coordinate representation of color #85EA5C: hue angle of 102.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85EA5C is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB13323492-
CMYK0.4300.610.08
HSL102.68º77.17%63.92%-
HSV(B)102.68º60.68%91.76%-
XYZ41.0364.620.43-
YUV187.6174.0489.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 234 (91.80% from 255) = 50.98%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=28.98%
G=50.98%
B=20.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133234920.4300.610.08102.6877.1763.92
Hex85EA5C2B03D8674d40
Octal2053521345307510147115100
Binary1000010111101010101110010101101111011000110011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,234,92); }

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

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

 a { background-color: rgb(133,234,92); }

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

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

 span { border-color: rgb(133,234,92); }

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