Html Css Color HEX #85E489 Light Green

📋 copy color: '#85E489'

red 133 ◦ green 228 ◦ blue 137

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

Shades of Light Green #85E489

Tints of Light Green #85E489

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.78%

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

R = 26.71%
G = 45.78%
B = 27.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#85E489 (or 0x85E489) is known color: Light Green. HEX triplet: 85, E4 and 89. RGB value is (133,228,137). Sum of RGB (Red+Green+Blue) = 133+228+137=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #85E489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E489 is #7A1B76. Grayscale: #BDBDBD. Windows color (decimal): -8002423 or 9036933. OLE color: 9036933.

HSL color Cylindrical-coordinate representation of color #85E489: hue angle of 122.53º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E489 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 137 -
CMYK 0.42 0 0.40 0.11
HSL 122.53º 0.64% 0.71% -
HSV(B) 122.53º 0.42% 0.89% -
XYZ 41.93 62.28 33.48 -
YUV 189.22 98.53 87.9 -
System Red Green Blue C M Y K H S L
Decimal 133 228 137 0.42 0 0.40 0.11 122.53 0.64 0.71
Hex 85 E4 89 2A 0 28 B 7B 40 47
Octal 205 344 211 52 0 50 13 173 100 107
Binary 10000101 11100100 10001001 101010 0 101000 1011 1111011 1000000 1000111

Color Harmonies of #85E489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E489

Black with #85E489

Text Example


Text Example

White with #85E489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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