Html Css Color HEX #85EC86 Light Green

📋 copy color: '#85EC86'

red 133 ◦ green 236 ◦ blue 134

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

Shades of Light Green #85EC86

Tints of Light Green #85EC86

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 26.44%
G = 46.92%
B = 26.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#85EC86 (or 0x85EC86) is known color: Light Green. HEX triplet: 85, EC and 86. RGB value is (133,236,134). Sum of RGB (Red+Green+Blue) = 133+236+134=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC86 is #7A1379. Grayscale: #C1C1C1. Windows color (decimal): -8000378 or 8842373. OLE color: 8842373.

HSL color Cylindrical-coordinate representation of color #85EC86: hue angle of 120.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EC86 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 134 -
CMYK 0.44 0 0.43 0.07
HSL 120.58º 0.73% 0.72% -
HSV(B) 120.58º 0.44% 0.93% -
XYZ 43.97 66.7 33.11 -
YUV 193.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 133 236 134 0.44 0 0.43 0.07 120.58 0.73 0.72
Hex 85 EC 86 2C 0 2B 7 79 49 48
Octal 205 354 206 54 0 53 7 171 111 110
Binary 10000101 11101100 10000110 101100 0 101011 111 1111001 1001001 1001000

Color Harmonies of #85EC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC86

Black with #85EC86

Text Example


Text Example

White with #85EC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,134); }

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

background-color css

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

 a { background-color: rgb(133,236,134); }

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

border-color css

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

 span { border-color: rgb(133,236,134); }

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