Html Css Color HEX #85ED86 Light Green

📋 copy color: '#85ED86'

red 133 ◦ green 237 ◦ blue 134

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

Shades of Light Green #85ED86

Tints of Light Green #85ED86

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

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

R = 26.39%
G = 47.02%
B = 26.59%

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

#85ED86 (or 0x85ED86) is known color: Light Green. HEX triplet: 85, ED and 86. RGB value is (133,237,134). Sum of RGB (Red+Green+Blue) = 133+237+134=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED86 is #7A1279. Grayscale: #C2C2C2. Windows color (decimal): -8000122 or 8842629. OLE color: 8842629.

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

Color convert

RGB 133 237 134 -
CMYK 0.44 0 0.43 0.07
HSL 120.58º 0.74% 0.73% -
HSV(B) 120.58º 0.44% 0.93% -
XYZ 44.26 67.28 33.21 -
YUV 194.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 133 237 134 0.44 0 0.43 0.07 120.58 0.74 0.73
Hex 85 ED 86 2C 0 2B 7 79 4A 49
Octal 205 355 206 54 0 53 7 171 112 111
Binary 10000101 11101101 10000110 101100 0 101011 111 1111001 1001010 1001001

Color Harmonies of #85ED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED86

Black with #85ED86

Text Example


Text Example

White with #85ED86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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