Html Css Color HEX #86F89D Pale Green

📋 copy color: '#86F89D'

red 134 ◦ green 248 ◦ blue 157

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

Shades of Pale Green #86F89D

Tints of Pale Green #86F89D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.01%

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

R = 24.86%
G = 46.01%
B = 29.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#86F89D (or 0x86F89D) is known color: Pale Green. HEX triplet: 86, F8 and 9D. RGB value is (134,248,157). Sum of RGB (Red+Green+Blue) = 134+248+157=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #86F89D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F89D is #790762. Grayscale: #CBCBCB. Windows color (decimal): -7931747 or 10352774. OLE color: 10352774.

HSL color Cylindrical-coordinate representation of color #86F89D: hue angle of 132.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F89D is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 248 157 -
CMYK 0.46 0 0.37 0.03
HSL 132.11º 0.89% 0.75% -
HSV(B) 132.11º 0.46% 0.97% -
XYZ 49.48 74.64 43.7 -
YUV 203.54 101.73 78.4 -
System Red Green Blue C M Y K H S L
Decimal 134 248 157 0.46 0 0.37 0.03 132.11 0.89 0.75
Hex 86 F8 9D 2E 0 25 3 84 59 4B
Octal 206 370 235 56 0 45 3 204 131 113
Binary 10000110 11111000 10011101 101110 0 100101 11 10000100 1011001 1001011

Color Harmonies of #86F89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F89D

Black with #86F89D

Text Example


Text Example

White with #86F89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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