Html Css Color HEX #86EF8D Light Green

📋 copy color: '#86EF8D'

red 134 ◦ green 239 ◦ blue 141

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

Shades of Light Green #86EF8D

Tints of Light Green #86EF8D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.5%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 26.07%
G = 46.5%
B = 27.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#86EF8D (or 0x86EF8D) is known color: Light Green. HEX triplet: 86, EF and 8D. RGB value is (134,239,141). Sum of RGB (Red+Green+Blue) = 134+239+141=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF8D is #791072. Grayscale: #C4C4C4. Windows color (decimal): -7934067 or 9301894. OLE color: 9301894.

HSL color Cylindrical-coordinate representation of color #86EF8D: hue angle of 124º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EF8D is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 239 141 -
CMYK 0.44 0 0.41 0.06
HSL 124º 0.77% 0.73% -
HSV(B) 124º 0.44% 0.94% -
XYZ 45.51 68.72 36.07 -
YUV 196.43 96.71 83.47 -
System Red Green Blue C M Y K H S L
Decimal 134 239 141 0.44 0 0.41 0.06 124 0.77 0.73
Hex 86 EF 8D 2C 0 29 6 7C 4D 49
Octal 206 357 215 54 0 51 6 174 115 111
Binary 10000110 11101111 10001101 101100 0 101001 110 1111100 1001101 1001001

Color Harmonies of #86EF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EF8D

Black with #86EF8D

Text Example


Text Example

White with #86EF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,239,141); }

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

background-color css

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

 a { background-color: rgb(134,239,141); }

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

border-color css

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

 span { border-color: rgb(134,239,141); }

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