Html Css Color HEX #86D76C Pastel Green

📋 copy color: '#86D76C'

red 134 ◦ green 215 ◦ blue 108

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

Shades of Pastel Green #86D76C

Tints of Pastel Green #86D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 29.32%
G = 47.05%
B = 23.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#86D76C (or 0x86D76C) is known color: Pastel Green. HEX triplet: 86, D7 and 6C. RGB value is (134,215,108). Sum of RGB (Red+Green+Blue) = 134+215+108=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #86D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D76C is #792893. Grayscale: #B2B2B2. Windows color (decimal): -7940244 or 7133062. OLE color: 7133062.

HSL color Cylindrical-coordinate representation of color #86D76C: hue angle of 105.42º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86D76C is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 108 -
CMYK 0.38 0 0.50 0.16
HSL 105.42º 0.57% 0.63% -
HSV(B) 105.42º 0.5% 0.84% -
XYZ 36.84 54.75 22.81 -
YUV 178.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 134 215 108 0.38 0 0.50 0.16 105.42 0.57 0.63
Hex 86 D7 6C 26 0 32 10 69 39 3F
Octal 206 327 154 46 0 62 20 151 71 77
Binary 10000110 11010111 1101100 100110 0 110010 10000 1101001 111001 111111

Color Harmonies of #86D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D76C

Black with #86D76C

Text Example


Text Example

White with #86D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,108); }

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

background-color css

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

 a { background-color: rgb(134,215,108); }

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

border-color css

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

 span { border-color: rgb(134,215,108); }

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