Html Css Color HEX #85EA89 Light Green

📋 copy color: '#85EA89'

red 133 ◦ green 234 ◦ blue 137

#85EA89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #85EA89

Tints of Light Green #85EA89

RGB

 RED value IS 133 (52.34% from 255) = 26.39%

 GREEN value IS 234 (91.8% from 255) = 46.43%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 26.39%
G = 46.43%
B = 27.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#85EA89 (or 0x85EA89) is known color: Light Green. HEX triplet: 85, EA and 89. RGB value is (133,234,137). Sum of RGB (Red+Green+Blue) = 133+234+137=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EA89 is #7A1576. Grayscale: #C1C1C1. Windows color (decimal): -8000887 or 9038469. OLE color: 9038469.

HSL color Cylindrical-coordinate representation of color #85EA89: hue angle of 122.38º degrees, saturation: 0.71, 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 #85EA89 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 137 -
CMYK 0.43 0 0.41 0.08
HSL 122.38º 0.71% 0.72% -
HSV(B) 122.38º 0.43% 0.92% -
XYZ 43.61 65.64 34.04 -
YUV 192.74 96.54 85.39 -
System Red Green Blue C M Y K H S L
Decimal 133 234 137 0.43 0 0.41 0.08 122.38 0.71 0.72
Hex 85 EA 89 2B 0 29 8 7A 47 48
Octal 205 352 211 53 0 51 10 172 107 110
Binary 10000101 11101010 10001001 101011 0 101001 1000 1111010 1000111 1001000

Color Harmonies of #85EA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA89

Black with #85EA89

Text Example


Text Example

White with #85EA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85EA89;
 }
 .AnyTagClassName
 {
   color: #85EA89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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