Html Css Color HEX #85E49C Light Green

📋 copy color: '#85E49C'

red 133 ◦ green 228 ◦ blue 156

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

Shades of Light Green #85E49C

Tints of Light Green #85E49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 25.73%
G = 44.1%
B = 30.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#85E49C (or 0x85E49C) is known color: Light Green. HEX triplet: 85, E4 and 9C. RGB value is (133,228,156). Sum of RGB (Red+Green+Blue) = 133+228+156=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #85E49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E49C is #7A1B63. Grayscale: #BFBFBF. Windows color (decimal): -8002404 or 10282117. OLE color: 10282117.

HSL color Cylindrical-coordinate representation of color #85E49C: hue angle of 134.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 #85E49C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 156 -
CMYK 0.42 0 0.32 0.11
HSL 134.53º 0.64% 0.71% -
HSV(B) 134.53º 0.42% 0.89% -
XYZ 43.42 62.87 41.3 -
YUV 191.39 108.03 86.35 -
System Red Green Blue C M Y K H S L
Decimal 133 228 156 0.42 0 0.32 0.11 134.53 0.64 0.71
Hex 85 E4 9C 2A 0 20 B 87 40 47
Octal 205 344 234 52 0 40 13 207 100 107
Binary 10000101 11100100 10011100 101010 0 100000 1011 10000111 1000000 1000111

Color Harmonies of #85E49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E49C

Black with #85E49C

Text Example


Text Example

White with #85E49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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