Html Css Color HEX #86DB78 Pastel Green

📋 copy color: '#86DB78'

red 134 ◦ green 219 ◦ blue 120

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

Shades of Pastel Green #86DB78

Tints of Pastel Green #86DB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 28.33%
G = 46.3%
B = 25.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#86DB78 (or 0x86DB78) is known color: Pastel Green. HEX triplet: 86, DB and 78. RGB value is (134,219,120). Sum of RGB (Red+Green+Blue) = 134+219+120=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB78 is #792487. Grayscale: #B6B6B6. Windows color (decimal): -7939208 or 7920518. OLE color: 7920518.

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

Color convert

RGB 134 219 120 -
CMYK 0.39 0 0.45 0.14
HSL 111.52º 0.58% 0.66% -
HSV(B) 111.52º 0.45% 0.86% -
XYZ 38.55 57.09 26.76 -
YUV 182.3 92.84 93.55 -
System Red Green Blue C M Y K H S L
Decimal 134 219 120 0.39 0 0.45 0.14 111.52 0.58 0.66
Hex 86 DB 78 27 0 2D E 70 3A 42
Octal 206 333 170 47 0 55 16 160 72 102
Binary 10000110 11011011 1111000 100111 0 101101 1110 1110000 111010 1000010

Color Harmonies of #86DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB78

Black with #86DB78

Text Example


Text Example

White with #86DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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