Html Css Color HEX #85E086 Light Green

📋 copy color: '#85E086'

red 133 ◦ green 224 ◦ blue 134

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

Shades of Light Green #85E086

Tints of Light Green #85E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

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

R = 27.09%
G = 45.62%
B = 27.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#85E086 (or 0x85E086) is known color: Light Green. HEX triplet: 85, E0 and 86. RGB value is (133,224,134). Sum of RGB (Red+Green+Blue) = 133+224+134=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #85E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E086 is #7A1F79. Grayscale: #BABABA. Windows color (decimal): -8003450 or 8839301. OLE color: 8839301.

HSL color Cylindrical-coordinate representation of color #85E086: hue angle of 120.66º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E086 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 134 -
CMYK 0.41 0 0.40 0.12
HSL 120.66º 0.59% 0.7% -
HSV(B) 120.66º 0.41% 0.88% -
XYZ 40.63 60.02 32 -
YUV 186.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 133 224 134 0.41 0 0.40 0.12 120.66 0.59 0.7
Hex 85 E0 86 29 0 28 C 79 3B 46
Octal 205 340 206 51 0 50 14 171 73 106
Binary 10000101 11100000 10000110 101001 0 101000 1100 1111001 111011 1000110

Color Harmonies of #85E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E086

Black with #85E086

Text Example


Text Example

White with #85E086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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