Html Css Color HEX #86DB7A Pastel Green

📋 copy color: '#86DB7A'

red 134 ◦ green 219 ◦ blue 122

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

Shades of Pastel Green #86DB7A

Tints of Pastel Green #86DB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

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

R = 28.21%
G = 46.11%
B = 25.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#86DB7A (or 0x86DB7A) is known color: Pastel Green. HEX triplet: 86, DB and 7A. RGB value is (134,219,122). Sum of RGB (Red+Green+Blue) = 134+219+122=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB7A is #792485. Grayscale: #B6B6B6. Windows color (decimal): -7939206 or 8051590. OLE color: 8051590.

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

Color convert

RGB 134 219 122 -
CMYK 0.39 0 0.44 0.14
HSL 112.58º 0.57% 0.67% -
HSV(B) 112.58º 0.44% 0.86% -
XYZ 38.68 57.14 27.4 -
YUV 182.53 93.84 93.39 -
System Red Green Blue C M Y K H S L
Decimal 134 219 122 0.39 0 0.44 0.14 112.58 0.57 0.67
Hex 86 DB 7A 27 0 2C E 71 39 43
Octal 206 333 172 47 0 54 16 161 71 103
Binary 10000110 11011011 1111010 100111 0 101100 1110 1110001 111001 1000011

Color Harmonies of #86DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB7A

Black with #86DB7A

Text Example


Text Example

White with #86DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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