#85EB89

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

Shades of Light Green #85EB89

Tints of Light Green #85EB89

Color information

#85EB89 (or 0x85EB89) is unknown color: approx Light Green. HEX triplet: 85, EB and 89. RGB value is (133,235,137). Sum of RGB (Red+Green+Blue) = 133+235+137=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB89 is #7A1476. Grayscale: #C1C1C1. Windows color (decimal): -8000631 or 9038725. OLE color: 9038725.

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

Color convert

RGB133235137-
CMYK0.4300.420.08
HSL122.35º71.83%72.16%-
HSV(B)122.35º43.4%92.16%-
XYZ43.966.2134.13-
YUV193.3396.2184.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 235 (92.19% from 255) = 46.53%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=26.34%
G=46.53%
B=27.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351370.4300.420.08122.3571.8372.16
Hex85EB892B02A87a4848
Octal2053532115305210172110110
Binary10000101111010111000100110101101010101000111101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,137); }

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

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

 a { background-color: rgb(133,235,137); }

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

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

 span { border-color: rgb(133,235,137); }

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