Html Css Color HEX #86DE7A Pastel Green

📋 copy color: '#86DE7A'

red 134 ◦ green 222 ◦ blue 122

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

Shades of Pastel Green #86DE7A

Tints of Pastel Green #86DE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.44%

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 28.03%
G = 46.44%
B = 25.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#86DE7A (or 0x86DE7A) is known color: Pastel Green. HEX triplet: 86, DE and 7A. RGB value is (134,222,122). Sum of RGB (Red+Green+Blue) = 134+222+122=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE7A is #792185. Grayscale: #B8B8B8. Windows color (decimal): -7938438 or 8052358. OLE color: 8052358.

HSL color Cylindrical-coordinate representation of color #86DE7A: hue angle of 112.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86DE7A is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 222 122 -
CMYK 0.40 0 0.45 0.13
HSL 112.8º 0.6% 0.67% -
HSV(B) 112.8º 0.45% 0.87% -
XYZ 39.47 58.72 27.67 -
YUV 184.29 92.85 92.13 -
System Red Green Blue C M Y K H S L
Decimal 134 222 122 0.40 0 0.45 0.13 112.8 0.6 0.67
Hex 86 DE 7A 28 0 2D D 71 3C 43
Octal 206 336 172 50 0 55 15 161 74 103
Binary 10000110 11011110 1111010 101000 0 101101 1101 1110001 111100 1000011

Color Harmonies of #86DE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE7A

Black with #86DE7A

Text Example


Text Example

White with #86DE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,222,122); }

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

background-color css

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

 a { background-color: rgb(134,222,122); }

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

border-color css

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

 span { border-color: rgb(134,222,122); }

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