Html Css Color HEX #86E197 Light Green

📋 copy color: '#86E197'

red 134 ◦ green 225 ◦ blue 151

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

Shades of Light Green #86E197

Tints of Light Green #86E197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.61%

R = 26.27%
G = 44.12%
B = 29.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#86E197 (or 0x86E197) is known color: Light Green. HEX triplet: 86, E1 and 97. RGB value is (134,225,151). Sum of RGB (Red+Green+Blue) = 134+225+151=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #86E197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E197 is #791E68. Grayscale: #BDBDBD. Windows color (decimal): -7937641 or 9953670. OLE color: 9953670.

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

Color convert

RGB 134 225 151 -
CMYK 0.40 0 0.33 0.12
HSL 131.21º 0.6% 0.7% -
HSV(B) 131.21º 0.4% 0.88% -
XYZ 42.34 61.15 38.85 -
YUV 189.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 134 225 151 0.40 0 0.33 0.12 131.21 0.6 0.7
Hex 86 E1 97 28 0 21 C 83 3C 46
Octal 206 341 227 50 0 41 14 203 74 106
Binary 10000110 11100001 10010111 101000 0 100001 1100 10000011 111100 1000110

Color Harmonies of #86E197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E197

Black with #86E197

Text Example


Text Example

White with #86E197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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