Html Css Color HEX #86D86F Pastel Green

📋 copy color: '#86D86F'

red 134 ◦ green 216 ◦ blue 111

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

Shades of Pastel Green #86D86F

Tints of Pastel Green #86D86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.85%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 29.07%
G = 46.85%
B = 24.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#86D86F (or 0x86D86F) is known color: Pastel Green. HEX triplet: 86, D8 and 6F. RGB value is (134,216,111). Sum of RGB (Red+Green+Blue) = 134+216+111=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #86D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D86F is #792790. Grayscale: #B3B3B3. Windows color (decimal): -7939985 or 7329926. OLE color: 7329926.

HSL color Cylindrical-coordinate representation of color #86D86F: hue angle of 106.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86D86F is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 111 -
CMYK 0.38 0 0.49 0.15
HSL 106.86º 0.57% 0.64% -
HSV(B) 106.86º 0.49% 0.85% -
XYZ 37.26 55.33 23.75 -
YUV 179.51 89.33 95.54 -
System Red Green Blue C M Y K H S L
Decimal 134 216 111 0.38 0 0.49 0.15 106.86 0.57 0.64
Hex 86 D8 6F 26 0 31 F 6B 39 40
Octal 206 330 157 46 0 61 17 153 71 100
Binary 10000110 11011000 1101111 100110 0 110001 1111 1101011 111001 1000000

Color Harmonies of #86D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D86F

Black with #86D86F

Text Example


Text Example

White with #86D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,216,111); }

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

background-color css

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

 a { background-color: rgb(134,216,111); }

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

border-color css

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

 span { border-color: rgb(134,216,111); }

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