#85EA62

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

Shades of Pastel Green #85EA62

Tints of Pastel Green #85EA62

Color information

#85EA62 (or 0x85EA62) is unknown color: approx Pastel Green. HEX triplet: 85, EA and 62. RGB value is (133,234,98). Sum of RGB (Red+Green+Blue) = 133+234+98=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA62 is #7A159D. Grayscale: #BCBCBC. Windows color (decimal): -8000926 or 6482565. OLE color: 6482565.

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

Color convert

RGB13323498-
CMYK0.4300.580.08
HSL104.56º76.4%65.1%-
HSV(B)104.56º58.12%91.76%-
XYZ41.364.7121.87-
YUV188.377.0488.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=28.60%
G=50.32%
B=21.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133234980.4300.580.08104.5676.465.1
Hex85EA622B03A8694c41
Octal2053521425307210151114101
Binary1000010111101010110001010101101110101000110100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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