Html Css Color HEX #85E586 Light Green

📋 copy color: '#85E586'

red 133 ◦ green 229 ◦ blue 134

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

Shades of Light Green #85E586

Tints of Light Green #85E586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.17%

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

R = 26.81%
G = 46.17%
B = 27.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#85E586 (or 0x85E586) is known color: Light Green. HEX triplet: 85, E5 and 86. RGB value is (133,229,134). Sum of RGB (Red+Green+Blue) = 133+229+134=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #85E586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E586 is #7A1A79. Grayscale: #BDBDBD. Windows color (decimal): -8002170 or 8840581. OLE color: 8840581.

HSL color Cylindrical-coordinate representation of color #85E586: hue angle of 120.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E586 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 134 -
CMYK 0.42 0 0.41 0.10
HSL 120.63º 0.65% 0.71% -
HSV(B) 120.63º 0.42% 0.9% -
XYZ 42 62.75 32.45 -
YUV 189.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 133 229 134 0.42 0 0.41 0.10 120.63 0.65 0.71
Hex 85 E5 86 2A 0 29 A 79 41 47
Octal 205 345 206 52 0 51 12 171 101 107
Binary 10000101 11100101 10000110 101010 0 101001 1010 1111001 1000001 1000111

Color Harmonies of #85E586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E586

Black with #85E586

Text Example


Text Example

White with #85E586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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