Html Css Color HEX #86DA7B Pastel Green

📋 copy color: '#86DA7B'

red 134 ◦ green 218 ◦ blue 123

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

Shades of Pastel Green #86DA7B

Tints of Pastel Green #86DA7B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 28.21%
G = 45.89%
B = 25.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#86DA7B (or 0x86DA7B) is known color: Pastel Green. HEX triplet: 86, DA and 7B. RGB value is (134,218,123). Sum of RGB (Red+Green+Blue) = 134+218+123=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA7B is #792584. Grayscale: #B6B6B6. Windows color (decimal): -7939461 or 8116870. OLE color: 8116870.

HSL color Cylindrical-coordinate representation of color #86DA7B: hue angle of 113.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86DA7B is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 218 123 -
CMYK 0.39 0 0.44 0.15
HSL 113.05º 0.56% 0.67% -
HSV(B) 113.05º 0.44% 0.85% -
XYZ 38.48 56.64 27.64 -
YUV 182.05 94.67 93.72 -
System Red Green Blue C M Y K H S L
Decimal 134 218 123 0.39 0 0.44 0.15 113.05 0.56 0.67
Hex 86 DA 7B 27 0 2C F 71 38 43
Octal 206 332 173 47 0 54 17 161 70 103
Binary 10000110 11011010 1111011 100111 0 101100 1111 1110001 111000 1000011

Color Harmonies of #86DA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DA7B

Black with #86DA7B

Text Example


Text Example

White with #86DA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,218,123); }

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

background-color css

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

 a { background-color: rgb(134,218,123); }

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

border-color css

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

 span { border-color: rgb(134,218,123); }

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