Html Css Color HEX #86F59D Light Green

📋 copy color: '#86F59D'

red 134 ◦ green 245 ◦ blue 157

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

Shades of Light Green #86F59D

Tints of Light Green #86F59D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.71%

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 25%
G = 45.71%
B = 29.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#86F59D (or 0x86F59D) is known color: Light Green. HEX triplet: 86, F5 and 9D. RGB value is (134,245,157). Sum of RGB (Red+Green+Blue) = 134+245+157=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #86F59D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F59D is #790A62. Grayscale: #CACACA. Windows color (decimal): -7932515 or 10352006. OLE color: 10352006.

HSL color Cylindrical-coordinate representation of color #86F59D: hue angle of 132.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F59D is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 245 157 -
CMYK 0.45 0 0.36 0.04
HSL 132.43º 0.85% 0.74% -
HSV(B) 132.43º 0.45% 0.96% -
XYZ 48.57 72.81 43.39 -
YUV 201.78 102.73 79.66 -
System Red Green Blue C M Y K H S L
Decimal 134 245 157 0.45 0 0.36 0.04 132.43 0.85 0.74
Hex 86 F5 9D 2D 0 24 4 84 55 4A
Octal 206 365 235 55 0 44 4 204 125 112
Binary 10000110 11110101 10011101 101101 0 100100 100 10000100 1010101 1001010

Color Harmonies of #86F59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F59D

Black with #86F59D

Text Example


Text Example

White with #86F59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,245,157); }

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

background-color css

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

 a { background-color: rgb(134,245,157); }

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

border-color css

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

 span { border-color: rgb(134,245,157); }

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