Html Css Color HEX #86DD82 Pastel Green

📋 copy color: '#86DD82'

red 134 ◦ green 221 ◦ blue 130

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

Shades of Pastel Green #86DD82

Tints of Pastel Green #86DD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 27.63%
G = 45.57%
B = 26.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#86DD82 (or 0x86DD82) is known color: Pastel Green. HEX triplet: 86, DD and 82. RGB value is (134,221,130). Sum of RGB (Red+Green+Blue) = 134+221+130=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD82 is #79227D. Grayscale: #B8B8B8. Windows color (decimal): -7938686 or 8576390. OLE color: 8576390.

HSL color Cylindrical-coordinate representation of color #86DD82: hue angle of 117.36º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86DD82 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 130 -
CMYK 0.39 0 0.41 0.13
HSL 117.36º 0.57% 0.69% -
HSV(B) 117.36º 0.41% 0.87% -
XYZ 39.72 58.39 30.3 -
YUV 184.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 134 221 130 0.39 0 0.41 0.13 117.36 0.57 0.69
Hex 86 DD 82 27 0 29 D 75 39 45
Octal 206 335 202 47 0 51 15 165 71 105
Binary 10000110 11011101 10000010 100111 0 101001 1101 1110101 111001 1000101

Color Harmonies of #86DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD82

Black with #86DD82

Text Example


Text Example

White with #86DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,221,130); }

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

background-color css

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

 a { background-color: rgb(134,221,130); }

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

border-color css

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

 span { border-color: rgb(134,221,130); }

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