Html Css Color HEX #86FB9D Pale Green

📋 copy color: '#86FB9D'

red 134 ◦ green 251 ◦ blue 157

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

Shades of Pale Green #86FB9D

Tints of Pale Green #86FB9D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

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

R = 24.72%
G = 46.31%
B = 28.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#86FB9D (or 0x86FB9D) is known color: Pale Green. HEX triplet: 86, FB and 9D. RGB value is (134,251,157). Sum of RGB (Red+Green+Blue) = 134+251+157=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FB9D is #790462. Grayscale: #CDCDCD. Windows color (decimal): -7930979 or 10353542. OLE color: 10353542.

HSL color Cylindrical-coordinate representation of color #86FB9D: hue angle of 131.79º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FB9D is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 251 157 -
CMYK 0.47 0 0.37 0.02
HSL 131.79º 0.94% 0.75% -
HSV(B) 131.79º 0.47% 0.98% -
XYZ 50.41 76.5 44.01 -
YUV 205.3 100.74 77.14 -
System Red Green Blue C M Y K H S L
Decimal 134 251 157 0.47 0 0.37 0.02 131.79 0.94 0.75
Hex 86 FB 9D 2F 0 25 2 84 5E 4B
Octal 206 373 235 57 0 45 2 204 136 113
Binary 10000110 11111011 10011101 101111 0 100101 10 10000100 1011110 1001011

Color Harmonies of #86FB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FB9D

Black with #86FB9D

Text Example


Text Example

White with #86FB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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