#85EA6A

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

Shades of Pastel Green #85EA6A

Tints of Pastel Green #85EA6A

Color information

#85EA6A (or 0x85EA6A) is unknown color: approx Pastel Green. HEX triplet: 85, EA and 6A. RGB value is (133,234,106). Sum of RGB (Red+Green+Blue) = 133+234+106=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA6A is #7A1595. Grayscale: #BDBDBD. Windows color (decimal): -8000918 or 7006853. OLE color: 7006853.

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

Color convert

RGB133234106-
CMYK0.4300.550.08
HSL107.34º75.29%66.67%-
HSV(B)107.34º54.7%91.76%-
XYZ41.764.8723.96-
YUV189.2181.0487.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 234 (91.80% from 255) = 49.47%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=28.12%
G=49.47%
B=22.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332341060.4300.550.08107.3475.2966.67
Hex85EA6A2B03786b4b43
Octal2053521525306710153113103
Binary1000010111101010110101010101101101111000110101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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