Html Css Color HEX #86E794 Light Green

📋 copy color: '#86E794'

red 134 ◦ green 231 ◦ blue 148

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

Shades of Light Green #86E794

Tints of Light Green #86E794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 26.12%
G = 45.03%
B = 28.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#86E794 (or 0x86E794) is known color: Light Green. HEX triplet: 86, E7 and 94. RGB value is (134,231,148). Sum of RGB (Red+Green+Blue) = 134+231+148=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #86E794 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E794 is #79186B. Grayscale: #C0C0C0. Windows color (decimal): -7936108 or 9758598. OLE color: 9758598.

HSL color Cylindrical-coordinate representation of color #86E794: hue angle of 128.66º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E794 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 231 148 -
CMYK 0.42 0 0.36 0.09
HSL 128.66º 0.67% 0.72% -
HSV(B) 128.66º 0.42% 0.91% -
XYZ 43.75 64.36 38.13 -
YUV 192.54 102.86 86.25 -
System Red Green Blue C M Y K H S L
Decimal 134 231 148 0.42 0 0.36 0.09 128.66 0.67 0.72
Hex 86 E7 94 2A 0 24 9 81 43 48
Octal 206 347 224 52 0 44 11 201 103 110
Binary 10000110 11100111 10010100 101010 0 100100 1001 10000001 1000011 1001000

Color Harmonies of #86E794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E794

Black with #86E794

Text Example


Text Example

White with #86E794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,231,148); }

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

background-color css

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

 a { background-color: rgb(134,231,148); }

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

border-color css

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

 span { border-color: rgb(134,231,148); }

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