Html Css Color HEX #85E089 Light Green

📋 copy color: '#85E089'

red 133 ◦ green 224 ◦ blue 137

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

Shades of Light Green #85E089

Tints of Light Green #85E089

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

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

R = 26.92%
G = 45.34%
B = 27.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#85E089 (or 0x85E089) is known color: Light Green. HEX triplet: 85, E0 and 89. RGB value is (133,224,137). Sum of RGB (Red+Green+Blue) = 133+224+137=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #85E089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E089 is #7A1F76. Grayscale: #BBBBBB. Windows color (decimal): -8003447 or 9035909. OLE color: 9035909.

HSL color Cylindrical-coordinate representation of color #85E089: hue angle of 122.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E089 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 137 -
CMYK 0.41 0 0.39 0.12
HSL 122.64º 0.59% 0.7% -
HSV(B) 122.64º 0.41% 0.88% -
XYZ 40.84 60.1 33.12 -
YUV 186.87 99.85 89.57 -
System Red Green Blue C M Y K H S L
Decimal 133 224 137 0.41 0 0.39 0.12 122.64 0.59 0.7
Hex 85 E0 89 29 0 27 C 7B 3B 46
Octal 205 340 211 51 0 47 14 173 73 106
Binary 10000101 11100000 10001001 101001 0 100111 1100 1111011 111011 1000110

Color Harmonies of #85E089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E089

Black with #85E089

Text Example


Text Example

White with #85E089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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