Html Css Color HEX #86EF8C Light Green

📋 copy color: '#86EF8C'

red 134 ◦ green 239 ◦ blue 140

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

Shades of Light Green #86EF8C

Tints of Light Green #86EF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 26.12%
G = 46.59%
B = 27.29%

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

#86EF8C (or 0x86EF8C) is known color: Light Green. HEX triplet: 86, EF and 8C. RGB value is (134,239,140). Sum of RGB (Red+Green+Blue) = 134+239+140=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF8C is #791073. Grayscale: #C4C4C4. Windows color (decimal): -7934068 or 9236358. OLE color: 9236358.

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

Color convert

RGB 134 239 140 -
CMYK 0.44 0 0.41 0.06
HSL 123.43º 0.77% 0.73% -
HSV(B) 123.43º 0.44% 0.94% -
XYZ 45.43 68.69 35.68 -
YUV 196.32 96.21 83.55 -
System Red Green Blue C M Y K H S L
Decimal 134 239 140 0.44 0 0.41 0.06 123.43 0.77 0.73
Hex 86 EF 8C 2C 0 29 6 7B 4D 49
Octal 206 357 214 54 0 51 6 173 115 111
Binary 10000110 11101111 10001100 101100 0 101001 110 1111011 1001101 1001001

Color Harmonies of #86EF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EF8C

Black with #86EF8C

Text Example


Text Example

White with #86EF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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