Html Css Color HEX #86E191 Light Green

📋 copy color: '#86E191'

red 134 ◦ green 225 ◦ blue 145

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

Shades of Light Green #86E191

Tints of Light Green #86E191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 26.59%
G = 44.64%
B = 28.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#86E191 (or 0x86E191) is known color: Light Green. HEX triplet: 86, E1 and 91. RGB value is (134,225,145). Sum of RGB (Red+Green+Blue) = 134+225+145=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #86E191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E191 is #791E6E. Grayscale: #BCBCBC. Windows color (decimal): -7937647 or 9560454. OLE color: 9560454.

HSL color Cylindrical-coordinate representation of color #86E191: hue angle of 127.25º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E191 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 145 -
CMYK 0.40 0 0.36 0.12
HSL 127.25º 0.6% 0.7% -
HSV(B) 127.25º 0.4% 0.88% -
XYZ 41.87 60.96 36.35 -
YUV 188.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 134 225 145 0.40 0 0.36 0.12 127.25 0.6 0.7
Hex 86 E1 91 28 0 24 C 7F 3C 46
Octal 206 341 221 50 0 44 14 177 74 106
Binary 10000110 11100001 10010001 101000 0 100100 1100 1111111 111100 1000110

Color Harmonies of #86E191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E191

Black with #86E191

Text Example


Text Example

White with #86E191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,145); }

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

background-color css

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

 a { background-color: rgb(134,225,145); }

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

border-color css

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

 span { border-color: rgb(134,225,145); }

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