Html Css Color HEX #85E980 Light Green

📋 copy color: '#85E980'

red 133 ◦ green 233 ◦ blue 128

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

Shades of Light Green #85E980

Tints of Light Green #85E980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.17%

 BLUE value IS 128 (50.39% from 255) = 25.91%

R = 26.92%
G = 47.17%
B = 25.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#85E980 (or 0x85E980) is known color: Light Green. HEX triplet: 85, E9 and 80. RGB value is (133,233,128). Sum of RGB (Red+Green+Blue) = 133+233+128=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #85E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E980 is #7A167F. Grayscale: #BFBFBF. Windows color (decimal): -8001152 or 8448389. OLE color: 8448389.

HSL color Cylindrical-coordinate representation of color #85E980: hue angle of 117.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E980 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 128 -
CMYK 0.43 0 0.45 0.09
HSL 117.14º 0.7% 0.71% -
HSV(B) 117.14º 0.45% 0.91% -
XYZ 42.71 64.82 30.68 -
YUV 191.13 92.37 86.54 -
System Red Green Blue C M Y K H S L
Decimal 133 233 128 0.43 0 0.45 0.09 117.14 0.7 0.71
Hex 85 E9 80 2B 0 2D 9 75 46 47
Octal 205 351 200 53 0 55 11 165 106 107
Binary 10000101 11101001 10000000 101011 0 101101 1001 1110101 1000110 1000111

Color Harmonies of #85E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E980

Black with #85E980

Text Example


Text Example

White with #85E980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,128); }

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

background-color css

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

 a { background-color: rgb(133,233,128); }

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

border-color css

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

 span { border-color: rgb(133,233,128); }

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