Html Css Color HEX #86E085 Light Green

📋 copy color: '#86E085'

red 134 ◦ green 224 ◦ blue 133

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

Shades of Light Green #86E085

Tints of Light Green #86E085

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #86E085: hue angle of 119.34º 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 #86E085 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 224 133 -
CMYK 0.40 0 0.41 0.12
HSL 119.34º 0.59% 0.7% -
HSV(B) 119.34º 0.41% 0.88% -
XYZ 40.72 60.07 31.64 -
YUV 186.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 134 224 133 0.40 0 0.41 0.12 119.34 0.59 0.7
Hex 86 E0 85 28 0 29 C 77 3B 46
Octal 206 340 205 50 0 51 14 167 73 106
Binary 10000110 11100000 10000101 101000 0 101001 1100 1110111 111011 1000110

Color Harmonies of #86E085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E085

Black with #86E085

Text Example


Text Example

White with #86E085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E085; }

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

 H1.HeaderClassName
 {
   color: #86E085;
 }
 .AnyTagClassName
 {
   color: #86E085;
 }
</style>

background-color css

<style>
 a { background-color: #86E085; }

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

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

border-color css

<style>
 span { border-color: #86E085; }

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

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