Html Css Color HEX #86EF8F Light Green

📋 copy color: '#86EF8F'

red 134 ◦ green 239 ◦ blue 143

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

Shades of Light Green #86EF8F

Tints of Light Green #86EF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 25.97%
G = 46.32%
B = 27.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#86EF8F (or 0x86EF8F) is known color: Light Green. HEX triplet: 86, EF and 8F. RGB value is (134,239,143). Sum of RGB (Red+Green+Blue) = 134+239+143=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF8F is #791070. Grayscale: #C4C4C4. Windows color (decimal): -7934065 or 9432966. OLE color: 9432966.

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

Color convert

RGB 134 239 143 -
CMYK 0.44 0 0.40 0.06
HSL 125.14º 0.77% 0.73% -
HSV(B) 125.14º 0.44% 0.94% -
XYZ 45.66 68.78 36.86 -
YUV 196.66 97.71 83.31 -
System Red Green Blue C M Y K H S L
Decimal 134 239 143 0.44 0 0.40 0.06 125.14 0.77 0.73
Hex 86 EF 8F 2C 0 28 6 7D 4D 49
Octal 206 357 217 54 0 50 6 175 115 111
Binary 10000110 11101111 10001111 101100 0 101000 110 1111101 1001101 1001001

Color Harmonies of #86EF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EF8F

Black with #86EF8F

Text Example


Text Example

White with #86EF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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